Ask HN: What are the current state-of-the-art Lisp implementations doing?
I've seen a few lisps floating by lately and am curious in what seasoned lisp programmers think.
What are the high performance lisp implementations doing that the original didn't / simple implementations don't?
7 comments
[ 4.3 ms ] story [ 24.2 ms ] threadFerret Lang is a lisp that I dig. It compiles to C++11 and is crazy fast on low powered hardware. Coming from Clojure, Ferret feels nimble. But I don't think I'll ever have a use for it.