|
|
|
|
|
by pgt
1291 days ago
|
|
Have a look at Carp for real-time applications: https://github.com/carp-lang/Carp Carp is a statically-typed, GC-less Lisp that implements Rust’s borrow-checking. It is implemented in Haskell and compiles to C. It shares some syntax with Clojure, but I wish it was more Clojurey. |
|