Juha Jeronen
Juha Jeronen
I would like to see this, too. I'd like to use macros more in Python (only when actually appropriate!), but tooling support is needed. Based on my work on [`unpythonic`](https://github.com/Technologicat/unpythonic),...
That's interesting. Thanks for the additional details! My two euro-cents are, naturally, just from my own experience. `unpythonic` is essentially a language extension that comes with a bunch of expr...
Thanks. I actually just read through all of `mcpy`'s source code, and... wow. That's compact and elegant. Doing so also answered my most pressing questions. Right now I can't just...
In the evenings during the last few weeks, I've been investigating this, by extending `mcpy`. The problem is, macro expanders for Python haven't cared about getting the corner cases of...
`mcpyrate` is [now on PyPI](https://pypi.org/project/mcpyrate/). Enjoy.
Just for the record, `mcpyrate` has been production-ready (and as mentioned above, on PyPI) for over a year now. All sorts of advanced features such as multi-phase compilation and dialects...
The code in https://github.com/azazel75/macropy/pull/20 has now been packaged into an add-on called [imacropy](https://github.com/Technologicat/imacropy). It's [available on PyPI](https://pypi.org/project/imacropy/). Beside macro support for the IPython REPL, imacropy provides also a generic bootstrap...
Thanks @chmp , that's pretty much exactly the approach I ended up going with. :)
Ah, here's also the `*anaconda-response*` buffer: ``` # status: nil # point: 1 ``` I have no `*anaconda-socat*` buffer.
Addendum: seems `mc/remove-duplicated-cursors` is now available from [mc-extras](https://github.com/knu/mc-extras.el), but I would still like an opinion on this.