-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Steel seems alright: https://github.com/mattwparas/steel
There are other Lisps too (https://github.com/alilleybrinker/langs-in-rust) though I think they’re less actively maintained.
-
Steel seems alright: https://github.com/mattwparas/steel
There are other Lisps too (https://github.com/alilleybrinker/langs-in-rust) though I think they’re less actively maintained.
-
Implementing a lisp in the type system would be fun, that's originally what this project was about until I got distracted with macros. Awesome projects like fortraith (https://github.com/Ashymad/fortraith) already exist, and even far more useful projects like dimensioned (compile time dimensional analysis using type level numbers) are inspiring. These examples, although cool, are probably a worse sign for krick for Rust compared with macro_rules being Turing complete.
-
Nah, it really takes very little for something like this to become possible. I bet you could do it with C macros, which are supposedly simple.
(I checked; I win this bet: https://github.com/kchanqvq/CSP )
-
Obligatory reference to Carp[1], the lisp that uses borrow checking; the "rust" of lisps.
1: https://github.com/carp-lang/Carp