Name: Anonymous 2011-09-20 13:12
Create a LISP program that generates random LISP programs.
No two runs of the program should generate the same code.
Generated code must be VALID LISP and should (given random input) return a value without throwing errors in such a way that the same input always returns the same output.
No two runs of the program should generate the same code.
Generated code must be VALID LISP and should (given random input) return a value without throwing errors in such a way that the same input always returns the same output.