[racket] invoke macro stepper from command line

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Wed Sep 14 16:42:06 EDT 2011

On the command line I think I can use xrepl to expand syntax.

Would it be a lot of work to allow the macro stepper gui to be executed on its own? If its feasible I'll make a bug report for it.

On 09/14/2011 02:37 PM, Ryan Culpepper wrote:
> Not directly, but you can build a script that uses 'expand/step' or 'expand-module/step' from macro-debugger/stepper. You will need to set the current
> namespace to something suitable for what you're expanding.
>
> Ryan
>
>
> On 09/14/2011 02:17 PM, Jon Rafkind wrote:
>> Is there a way to invoke the gui macro stepper from the command line?
>> _________________________________________________
>>    For list-related administrative tasks:
>>    http://lists.racket-lang.org/listinfo/users
>



Posted on the users mailing list.