Earlier quoted context omitted.
What's the most popular Lisp in use today? Does it come with a static compile type checking?
Rather than most popular, I propose using the most useful. That'd be Lumen. http://github.com/sctb/lumen It's the only lisp that can interface seamlessly with any JS library you want. Just `npm i leftpad && LUMEN_HOST=node lumen` and type `(require 'leftpad)`. $ npm i leftpad $ LUMEN_HOST=node lumen > (require 'leftpad) function > ((require 'leftpad) "foo" 5) "00foo" Other lisps are nice, but they all try to build th…
How so? The Clojurescript compiler works great and has a massive variety of libraries available, and optimizes well thanks to the closure compiler