this post was submitted on 21 Nov 2023
1 points (100.0% liked)

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] zapbox@alien.top 1 points 1 year ago (1 children)

Thank you for sharing.
These are amazing features for programming languages.
I wonder if some of these features are Racket only or some also applies to Common Lisp. Either way, it's quite spectacular.

[–] sdegabrielle@alien.top 1 points 1 year ago

Racket and Common Lisp are different languages in the lisp family of languages characterised by a parenthetical syntax.

I’d suggest you compare the manuals for Racket with the manuals for respective implementations of Common Lisp e.g. sbcl manual to answer you question.