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 2019-05-14T19:26:35.062600Z

Unfortunately, it currently only works with build targets that redirect prn and println to the REPL (currently, I think only :browser target does it). So, I'll have to do one of two things: or find out how to bypass this limitation on, for example, :node-script target, or somehow detect if it doesn't redirect, and then send the result via a socket that Chlorine will have to keep...