chlorine-clover

mauricio.szabo 2020-05-02T23:12:32.331200Z

I just though of something: on this new version of Chlorine, I'm adding sci as a new dependency. This means that, if we hook it right, it can be possible to extend Chlorine in ClojureScript 😄

👀 1
mauricio.szabo 2020-05-02T23:14:01.332900Z

I do think the current approach of using Atom's init scripts is a good one too, but maybe by changing a little bit we can even live-code configs, so no more Atom reloads to see if init scripts did work... don't know yet on how to do it, but it's quite possible 🙂

2020-05-02T23:24:31.333200Z

seems quite interesting!

mauricio.szabo 2020-05-03T00:22:46.333300Z

Yes, the thing is that with the current "interactive results" plug-in customizations can be first-class

mauricio.szabo 2020-05-03T00:23:26.333500Z

It means that you can evaluate anything, and when you get the result the user can decide how to render that result - even if it involves further interactions with the REPL

mauricio.szabo 2020-05-03T00:23:59.333700Z

So, if there's a better way to make it easier for the user to write these interactions... maybe we can see some interesting developments

Ahmed Hassan 2020-05-02T00:48:29.329500Z

@ahmed1hsn has left the channel