I wrote a fuzzing tool, which generates random expressions and evaluates them - in lisp. However this is annoying to use because we cannot write: (while true (fuzz-expr)) (As we get stack explosion). We should add a forever built-in for this purpose, and also (exit).