conjure
conjure copied to clipboard
Add Carp Lang Support
A statically typed lisp with Clojure-esque syntax and Rust/ML/Haskell-esque features 👌
It has a REPL. Wrap in stdio or nREPL, etc as needed.
I'll continue looking into this and can contribute if needed. Thanks!
Oh yeah I've looked into Carp in the past, it does look really cool. If there's a solid remote REPL implementation for the language already I'd highly recommend we lean into that. Wrapping stdio REPLs should be considered a last resort really, it causes a bunch of issues but is sometimes the only way.