André Roberge
André Roberge
Hi, I'm slowly implementing some of your ideas for my own project (friendly-traceback). I noticed that you had a comment about labelled `TODO_ENCLOSING` which I understood to mean nonlocal scopes....
Using this "issue" to document what should be implemented by version 1.0. People should feel free to comment. 1. ~~equivalent to easygui.ccbox(); probably called get_cancel_or_continue() and implemented via a PyQt...
Using poetry to keep track of requirements, both for release and development version. Doing so, moving to only supporting latest versions of tools, which means that Python 3.6 will no...
For the documentation of the examples, instead of having a separate `.rst` file with content (other than an automodule directive), include all the required text in the module docstring. This...
Generalize `experimental_syntax_encoding.py`, but use an import hook, to build a list of tranformers. Perhaps use somethine like the following: ``` from ideas-examples import ... # from ideas.examples from experimental-ideas import...
Goals for new version: - [ ] Support for IPython/Jupyter - [ ] Remove argument passing to transformers for showing original or transformed code, and rely on a configuration settings....
See if https://quantiphy.readthedocs.io/en/stable/ could be implemented as literals. As seen in this discussion https://mail.python.org/archives/list/[email protected]/thread/JDYXM3AH3ESOL7L6ALPRZOOURL3ZLRHP/#DXCF42FJNXEBDMPJPGZCYPIYOH6UZBY3 See, in particular, this post https://mail.python.org/archives/list/[email protected]/message/4FP4RRDPODVRMALKPRZKGVEVM7YOP4GP/ and have a look at https://pypi.org/project/units/ Idea: perhaps use the...
From https://discuss.python.org/t/using-math-symbols-for-operators/14700/13, https://github.com/abersheeran/mingshe appears to be doing something similar to `ideas`. It might be worth investigating some of the examples. Also, have a look at https://github.com/abersheeran/cool from the same author....
See https://mail.python.org/archives/list/[email protected]/thread/7IXPROG2ANAFZTHZC4G3HRVXSKRIPXDL/#LQMH4RK23MRNXBJTH7VVEZGHAZ7ENJIJ for a discussion.
- [x] include codec example - [x] Contrast use with import hook - [ ] Add code for easy creation of custom codecs - [x] Include ast example - [x]...