But there's some weird behavior: IPython's prompt changes from In[1]: to In:, and multi-line function and class bodies don't work in any of the shells; and that's because
It would be great if someone who knows his way around the various Python REPLs (e.g. not me) could help fix up macropy/core/console.py to do things properly.
MacroPy kinda-sorta works on the Python, PyPy and IPython REPLs now:
But there's some weird behavior: IPython's prompt changes from
In[1]:
toIn:
, and multi-line function and class bodies don't work in any of the shells; and that's becauseIt would be great if someone who knows his way around the various Python REPLs (e.g. not me) could help fix up macropy/core/console.py to do things properly.