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
[โ€“] Kev-wqa@alien.top 1 points 11 months ago (1 children)

specifically, what is the diff between SBCL repl experience and CCL?

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

Without additional packages, the sbcl repl doesn't support history nor sensible editing.

The best REPL is Emacs/Sly, anyways.