I'd like to start a discussion about what extending REPL support in Gram beyond the scant support in Zed would look like. I've worked in a lot of lisp languages, and many other languages which have repls, and find the lack of support for those frustrating.
There is a pretty good general extensible model for this kind of thing with SublimeREPL, which supports stdio repls; despite SublimeREPL not having been updated in 11 years, it was easy for me to configure it to run a Fennel REPL. I know people who use Clojure would love to integrate wiht nrepl.
I'd like to start a discussion about what extending REPL support in Gram beyond the [scant support](https://zed.dev/docs/repl) in Zed would look like. I've worked in a lot of lisp languages, and many other languages which have repls, and find the lack of support for those frustrating.
There is a pretty good general extensible model for this kind of thing with [SublimeREPL](https://packagecontrol.io/packages/SublimeREPL), which supports stdio repls; despite SublimeREPL not having been updated in 11 years, it was easy for me to configure it to run a [Fennel](https://fennel-language) REPL. I know people who use Clojure would love to integrate wiht nrepl.