Remix.run Logo
hardwaresofton an hour ago

Another really interesting Lisp that I recently came across:

https://github.com/carp-lang/Carp

adityaathalye 39 minutes ago | parent [-]

Jank, a Clojure dialect, is playing in the same field:

> Where jank differs from Clojure JVM is that its host is C++ on top of an LLVM-based JIT. This allows jank to offer the same benefits of REPL-based development while being able to seamlessly reach into the native world and compete seriously with JVM's performance.

https://jank-lang.org/