Maybe workspace()?

help?> workspace
search: workspace

  workspace()

  Replace the top-level module (Main) with a new one, providing a clean 
workspace.
  The previous Main module is made available as LastMain. A previously-
loaded
  package can be accessed using a statement such as using LastMain.Package.

  This function should only be used interactively.


Kaj

On Tuesday, May 24, 2016 at 12:31:37 AM UTC+3, [email protected] wrote:
>
> First, thanks to Matt Baumann for answering my previous post so quickly!
>
> Next question: it seems that for developing and debugging a macro, the 
> usual REPL cycle of edit/include/edit/include does not work.,  I find that 
> using 'include' to reload the macro definition defined inside a module does 
> not overwrite its previous definition.  It seems that to replace a macro 
> definition, I need to exit the REPL and start a new REPL.  Is there some 
> other way?
>
> Thanks,
> Steve Vavasis
>
>

Reply via email to