chlorine-clover

parker 2021-01-19T01:01:14.013800Z

@parkerrueve has joined the channel

mauricio.szabo 2021-01-19T12:24:14.015600Z

@seancorfield there are already multiple "repl-like" implementations - they all implement the protocol on repl-tooling.eval/Evaluator. Maybe you can start from there? There's a little bit of "Clojure implementation detection and REPL type" on https://github.com/mauricioszabo/repl-tooling/blob/master/src/repl_tooling/integrations/repls.cljs too, if you want somewhere to start 🙂

tomrbowden 2021-01-19T13:22:37.015900Z

@tom.bowden has left the channel

2021-01-19T15:09:18.016100Z

@rtacconi has joined the channel

seancorfield 2021-01-19T17:35:21.017100Z

@mauricio.szabo I hadn't thought of looking into that code so thank you for that. I probably won't really get to this until the end of next week when I take some time off to work on OSS projects.

mauricio.szabo 2021-01-19T21:58:11.017800Z

Nice, let me know if there's anything more that I can help 🙂