atom-editor

Using the Atom editor with Clojure(Script) - tips, questions, plugins
mauricio.szabo 2021-03-16T01:06:59.002800Z

Ok, so I've been studying a little bit and I believe it's possible to do a kind of "code bubbles" in Atom. The ideia would be that instead of using "goto bar definition" and see a huge source file where you're interested in only one function, you could just see that one function and then editor it, evaluate commands on it, etc...

mauricio.szabo 2021-03-16T01:07:36.003800Z

Now I want to know - do people think that this could be a good idea?

seancorfield 2021-03-16T01:46:06.004600Z

That would be awesome — and it’s similar to some aspects of the original LightTable proposal in a way (being able to focus in on a function and interact with it).

2021-03-16T22:21:07.005300Z

interesting. wonder a bit about things with long docstrings.