Hacker News new | ask | show | jobs
Ferret Lisp (ferret-lang.org)
6 points by sea6ear 849 days ago
1 comments

Couple questions / points of note:

o I believe this manual is downloadable as a literate org file that contains both the full documentation of the system, and the code of the system itself

o This system produces C++ code that can be compiled down to binaries.

o I am curious how this compares to Jank - another Clojure (ish?) dialect that also targets compilation via C++.