-- Leo's gemini proxy

-- Connecting to bbs.geminispace.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

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 [mod]

2023-07-23 · 10 months ago


10 Comments ↓


🐙 norayr · 2023-07-23 at 22:08:

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 · 2023-07-24 at 13:14:

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


☀️ mike · 2023-07-24 at 15:44:

+1 for Common Lisp.


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


🚀 tsyesika · 2023-07-30 at 20:19:

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


🧶 betabube · 2023-08-14 at 05:05:

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


🚀 stack · 2023-08-14 at 12:21:

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 · 2023-10-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.


🖥️ zetamacs · Dec 14 at 20:22:

Commenting months after the fact, I realize.


Common Lisp is what does it for me. Yes, it's effectively Howl's Moving Castle - a little bit of everything, so as to become anything. But that makes it obscure, historically interesting, and above all... charming? And in the end, there is nothing I cannot do in it, all the while feeling like a real wizard.


Scheme (Guile, really) also occupies a special place because of Guix and GuixSD. However, I find CL far more natural and comfortable for most things. IMO Guile has moved past the minimal elegance of Scheme, only to fall short of the depth and power of CL. The middle ground is useful, but not always nice.


😺 janet-catcus · Apr 04 at 09:28:

i started years ago trying to wrap my head around emacs, i couldnt understand how to know what is returned when... it was awful...eventually i checked out gigamonkeys practical common lisp, an excellent book giving an intro to CL. it was great! i loved it!


😺 janet-catcus · Apr 04 at 09:34:

oopsie. forgot to hold shift. anyways. CL is love.

by that time i tried to get that nice explorative feeling in gamedev and checked out arcadia, a clojure interface for unity. also really nice back then. WAAY before unity corp started the shitfest.


eventually i realized i didnt like having to wait for a CL or clojure session to init/keep one open all the time... and i swerved to thinking about implementing my own lisp as an extension to something... like unreal with graalvm maybe...


anyhow, eventually i stumbled upon janet-lang.org and fell in love


one could argue janet is not a true lisp because of the various datastructures and other reasons but that feels nitpicky... ^^'

-- Response ended

-- Page fetched on Sun May 19 16:30:42 2024