🔗Church Of Turing - The Landscape of Lisp
Tl;dr:
- If you want a minimalist, elegant Lisp with a strong academic foundation: choose Scheme.
- If you want a powerful, batteries-included Lisp with a rich standard library and decades of history: choose Common Lisp.
- If you want a modern Lisp with functional programming, concurrency, and JVM interop: choose Clojure.
- If you want a beginner-friendly Lisp with great tooling and a focus on education and extensibility: choose Racket.