alexander-bauer/swirlypy

Modernize NewVariableQuestion

Closed this issue · 1 comments

As it stands, NewVariableQuestion asks the user to submit their current environment with CTRL-D, but recent advances into lexical parsing and InteractiveConsole control flow could make this submission automatic.

Done. NewVariable now inherits from Recording. Closing.