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-01-31T14:09:02.024700Z

@dave.dixon the new version of Atom (just published!) fixes the issue while evaluating top-blocks on the end of the line. Evaluate block will not change, because the old implementation was relying on some internal Atom APIs that were faulty (things like comments, strings, and other syntax elements could confuse what Atom understands as a "block")

1
mauricio.szabo 2020-01-31T14:11:20.025600Z

It also adds support for Suitable autocomplete on ClojureScript side (and then, we have some kind of intelisense for JS) 😄

sparkofreason 2020-01-31T16:26:54.026Z

Works great! Thank you.

2020-01-31T16:31:20.027900Z

I might have asked before, but what is a block in Chlorine parlance? Same as form or... unsame? :thinking_face:

mauricio.szabo 2020-01-31T17:15:11.028100Z

Same as a form

👍 1
mauricio.szabo 2020-01-31T17:17:40.028200Z

Great to know! 🙂