this post was submitted on 22 Jan 2025
4 points (100.0% liked)

Lisp Community

817 readers
12 users here now

A community for the Lisp family of programming languages.

Lisp (historically LISP) is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in 1958, Lisp is the second-oldest high-level programming language. Only Fortran is older, by one year.

Related communities

Language references

Tools

Tutorials/FAQS

Useful Lisp resources

Search

Videos

Common Lisp

Clojure

Racket

Scheme

Books

Food for thought

Implementations

Events

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bunitor@lemmy.eco.br 3 points 5 months ago* (last edited 5 months ago)

The main reason I've been considering a switch is this: my experience with interactive development with Chez has been less than awesome.

haven't read the rest of the post, but i wonder if he considered using guile. guile+emacs+geiser has been providing me a pretty good experience


edit: should've read the entire thing

(To be fair, Guile Scheme has pretty decent support for interactive development. However, Guile + Geiser cannot do to stack traces what SBCL + SLIME can.)