|
|
|
|
|
by behnamoh
117 days ago
|
|
> The biggest downside of Racket is that you can't build up your environment incrementally the way you can with Common Lisp/Sly. When you change anything in your source you reload REPL state from scratch. I think no Lisp is a "true" Lisp if it doesn't provide two critical components of the Lisp experience: - Live Images - REPL-driven development That's why Clojure/Racket and even Scheme are Lisp-y but not a true Lisp. The only true Lisp languages I've found are CL and Janet. |
|