Comment on A Lisp REPL Inside ChatGPTComments−singularity20013y(setf factorial (FUNCALL Y …(factorial 5) 120The author should at least have tested a counter-example(setf factorial (red hot chilly nonsense))I expect the 'evaluation'(factorial 5) 120to be 'correct' regardless of the function definition!
Comments
(setf factorial (FUNCALL Y …
(factorial 5) 120
The author should at least have tested a counter-example
(setf factorial (red hot chilly nonsense))
I expect the 'evaluation'
(factorial 5) 120
to be 'correct' regardless of the function definition!