mono442 2 hours ago

Speaking of lisp, if I wanted to use a lisp nowadays, what would be the best choice, common lisp, clojure or some scheme implementation?

  • yonki an hour ago

    Clojure is widely used, opinionated, promotes immutability, has lots of libraries and lively community. It is overall great language, really nicely designed, 100% worth using.

    If you want the best performance and need to build executables without JVM then SBCL is a better choice, although probably takes longer to learn.

    I wrote my fair share of Clojure, SBCL just had a look at.