๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ Lisp โ€บ 3439 captured on 2023-09-08 at 17:01:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-09-28)

-=-=-=-=-=-=-

What is your favorite Lisp dialect?

List out your favorite Lisp dialect(s) and reason(s) why you like them, but also flaw(s) with them, if there are any.

#dialects #discussion #Lisp #programming

Posted in: s/Lisp

๐Ÿ›ž Troler

2023-07-23 ยท 7 weeks ago

6 Comments โ†“

๐Ÿ™ norayr

i am not an expert at all, but i was comparing lisp and scheme some time ago and scheme felt more polished and consistent.

๐Ÿš€ stack

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...

2023-07-24 ยท 7 weeks ago

โ˜€๏ธ mike

+1 for Common Lisp.

I do like the threading macros in Clojure, but you're dealing with the JVM..

๐Ÿš€ tsyesika

Guile scheme, though I'm fairly new to schemes and lisps not really having tried many of them.

2023-07-30 ยท 6 weeks ago

๐Ÿงถ betabube

I've only used Emacs Lisp so far, so I can't really say anything bad about.

2023-08-14 ยท 4 weeks ago

๐Ÿš€ stack

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).