Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@Technologicat Technologicat released this 11 Feb 00:12
· 34 commits to master since this release
  • Add imacropy.console.MacroConsole, a macro-enabled code.InteractiveConsole, with the same semantics as the IPython extension. This allows you to embed a REPL that supports macros.

  • Rename IPython extension module to imacropy.iconsole (note the second i), because the new basic console is more deserving of the module name imacropy.console. Please update your IPython profile. This is a permanent rename, the module will not be renamed again.

  • Fix issue #2, should now work correctly with a stock MacroPy. Thanks @bogiebro.