sci

https://github.com/babashka/SCI - also see #babashka and #nbb
Sam Ritchie 2021-02-15T00:47:25.054Z

@borkdude Q for you… I’ve got an M1 mac so I can’t run GraalVM and just test this myself so figured I’d ask

Sam Ritchie 2021-02-15T00:47:56.054600Z

I’d love to make a GraalVM build of #sicmutils that folks could use as a REPL-calculator; basically a Clojure repl with that library and sicmutils.env namespace autoloaded

Sam Ritchie 2021-02-15T00:48:31.055300Z

do you have any pointers toward a project that is basically that - a nice repl experience via GraalVM (ie in its own binary) with some batteries included?

borkdude 2021-02-15T08:33:53.055900Z

@sritchie09 Cool idea! I think you could just take bb itself as an example since it has a REPL, nREPL, socket REPL, etc.

borkdude 2021-02-15T08:34:30.056400Z

The nREPL server is available as a library, the rest is (as of now) built in, but could maybe be split out as well.

borkdude 2021-02-15T09:08:52.057200Z

You can probably run GraalVM under rosetta