chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
mauricio.szabo 2020-05-14T15:10:29.418800Z

Ok, some updates on next versions of Chlorine: 1. I'm working on a way to make the same customizations we're currently able to do on init.coffee or init.js in a ClojureScript file - I believe it'll make it easier to add custom commands, REBL integration, etc (specially because it'll have an auto-reload, so you can test changes right away - no need to await reload Atom) 2. I'm also migrating some code from clojure-lsp to ClojureScript, to test if we can have static analysis without any connection to the REPL (and also, without having to start external tools REPLs, etc) 3. And, I'm working with @hoertlehner (from the pink-gorilla REPL) to incorporate their visualizations, so one could plot code on the editor.

1👀1❤️2