Arc Forumnew | comments | leaders | submitlogin
Carp: Clojure syntax, ML types, Rust memory management (github.com)
4 points by akkartik 2871 days ago | 1 comment


2 points by Pauan 2868 days ago | link

That's really cool! I'm a fan of all three of those things (Clojure syntax, ML types, and Rust memory management).

Although it's intended to be low level, one concern I have is that it's missing some kind of extension system (such as typeclasses, first class ML modules, Rust traits, etc.)

Even static function overloading (like in C++) could work.

-----