Re: [racket] invoke macro stepper from command line

2011-09-14 Thread Jon Rafkind
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 'exp

Re: [racket] invoke macro stepper from command line

2011-09-14 Thread Ryan Culpepper
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 m