Re: macro defining macro

Peter Kourzanov <[email protected]>
Newsgroups gmane.lisp.scheme.bigloo
Message-ID <1385134806.5595.54.camel@leda>
Right now the expander can not cope with IR generated by the Bigloo 
compiler. I have not tried to work around that. Rather, you can
make sure you know all the modules needed by your program, and then
do:

$ cat needed-for-A-*.scm | talex > A-whole.scm

After this effective removal of syntax-rules macros, A-whole.scm can be
processed (i.e., compiled) by regular Bigloo. I found this to be be
quite useful for debugging syntax-rules as well.

I think the talex program was included in the bundle. It simply calls
alexpander-repl to output the forms after expansion.

On Fri, 2013-11-22 at 16:03 +0100, [email protected] wrote: 
> The example works now in the interpreter.  Any suggestion how to compile it?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.