💾 Archived View for bbs.geminispace.org › s › Lisp › 3439 captured on 2023-11-14 at 08:54:30. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
List out your favorite Lisp dialect(s) and reason(s) why you like them, but also flaw(s) with them, if there are any.
Jul 23 · 4 months ago
i am not an expert at all, but i was comparing lisp and scheme some time ago and scheme felt more polished and consistent.
Having spent over a decade as a Lisper, Common Lisp is _the way_!
I wanted to like Scheme, as a minimalist. However Common Lisp provides a comprehensive and standard set of tools (40 years without changes!) for practical programming.
Common Lisp is all about macros, much better than the Scheme ones.
There are many implementations, with 100% compatibility -- free and commercial
Common Lisp is fast - if you are careful, faster than C. The best implementation, SBCL, is double the speed of fastest Scheme compilers...
+1 for Common Lisp.
I do like the threading macros in Clojure, but you're dealing with the JVM..
Guile scheme, though I'm fairly new to schemes and lisps not really having tried many of them.
I've only used Emacs Lisp so far, so I can't really say anything bad about.
Having pumped Common Lisp, I have to say that I am fond of PicoLisp, and come back to it every few years to screw around, but have yet to do anything useful (or figure out how to use the built-in database).
🚀 anthk_gem · Oct 09 at 22:02:
Scheme for intro to "advanced CS" with SICP, Common Lisp with PAIP for hardcore and totally crazy stuff to implement in C/C++ and just weeks in CL. But Scheme has lots of fun too with Guile/Guix.