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-07-23T13:57:26.049200Z

Well, to be honest I just didn't implement it yet, but I'm not really against typing on the REPL. Its just that, as Sean mentioned, it's not that big deal to me too. But I'll look into it.

đź‘Ť 1
mauricio.szabo 2019-07-23T13:58:52.050800Z

By the way, I'm thinking about adding some -beta commands on Chlorine. There are lots of things that I want to test (like a way to detect start/end of forms without relying on Atom editor's internals) that aren't still stable yet, but I'm afraid this could slow down Chlorine's publication of newer versions

mauricio.szabo 2019-07-23T13:59:05.051200Z

(but that I also want to be able to test on my day-to-day workflow to catch bugs too)

avi 2019-07-23T14:44:49.053100Z

Good idea! Testing “in production” is a solid approach when approached thoughtfully. In terms of ergonomics, it might be slightly better to have a single config switch “enable experimental features” that would enable whatever is half-baked, and perhaps if it’s off they wouldn’t show up in the list of commands. I don’t know if Atom’s infrastructure makes this possible/practical but if so it might be worth considering.

mauricio.szabo 2019-07-23T16:17:35.053900Z

The config approach is something I didn't consider, but I think it's even better! After all, people won't need to rebind keymaps.

đź‘Ť 1