[plt-scheme] Expander
Hi Bruce,
You will have to use `require' to load macros defined in other files.
This means that the macros must be defined in modules, however. If they
aren't and you need to keep them separate, you might find `include'
useful.
Robby
At Sun, 12 Jan 2003 17:26:13 -0500 (EST), Bruce Hauman wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>
> How does one load their own macros while they are using Expander?
>
> Before, I mistakenly thought that the definitions window was where
> one could do this and then experiment with the new macros in the
> interactions window to see how they expand. But that was the wrong
> assumption wasn't it?
>
> Bruce Hauman