6 ms·
Common lisp because it's lisp all the way down which makes debugging in slime is better then clojure. With CL you can just have a buffer and start writing code,
by TheAnswerMan 6y ago
Common lisp because it's lisp all the way down which makes debugging in slime is better then clojure. With CL you can just have a buffer and start writing code, evaling snippets through slime. With clojure you have to have a project structure set up on disk first, it feels very java enterprisy , made for suits.
- simongray 6y agoYou don't need a project structure. You literally just need a file called deps.edn with a {} inside it.