atom-editor

Using the Atom editor with Clojure(Script) - tips, questions, plugins
mauricio.szabo 2020-09-01T13:27:50.001600Z

Just discovered that there's an implementation of parinfer in rust, compiled to WASM. Trying to wire-up a simple Atom plug-in now....

seancorfield 2020-09-01T16:12:28.001900Z

As opposed to the official Parinfer package?

mauricio.szabo 2020-09-01T19:38:10.005Z

Yes, the official package is archived and there are problems with paren-mode / reindenting, and also multi-cursor problems 😞 I also want to see if I can fix the "paste code" problem (the one when we paste code then parinfer change all parenthesis to other things)

seancorfield 2020-09-01T20:18:18.005300Z

That would be awesome if you can!