this post was submitted on 18 Oct 2023
1 points (100.0% liked)

Lisp

52 readers
3 users here now

founded 1 year ago
MODERATORS
 

Personaly i found abcl a bad experience.
Thoughts on ecl & clisp ?

sbcl works nice & fine. But i't's the only lisp implementation i know.
There are good books on racket-scheme & chez-cheme.
The only book i know for lisp is, "Common lisp , a gentle introduction to symbolic computing".

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Soupeeee@alien.top 1 points 11 months ago (1 children)

CMUCL is basically a worse version of SBCL. SBCL is a fork of CMUCL with the goal of being more maintainable. Some things have been backported between the two, and there maybe a few things present in CMUCL that aren't in SBCL, but I think most of the interesting things have been added back in.

Clasp is to C++ like what ABCL is to Java. I haven't done much more that fire it up to see if it would run, but it's C++ integration looks fantastic.

[โ€“] lispm@alien.top 1 points 11 months ago

CMUCL is also way behind it platform support. CMUCL is mostly limited to being a 32bit application (IIRC). SBCL OTOH supports various 64bit platforms, incl. ARM64 on Linux and macOS.