Re: [Chicken-users] define-syntax ?

2008-04-26 Thread Todd Dukes
Thanks a bunch. The Introduction didn't say it provided define-syntax so I did not realize it did. I was able to remove the need for the -R riaxpander on the command line by adding: (require-extension riaxpander) to my code, but I couldn't get it to compile without the -Dcompile-syntax on th

Re: [Chicken-users] define-syntax ?

2008-04-26 Thread Robin Lee Powell
On Sat, Apr 26, 2008 at 01:02:38PM -0500, Todd Dukes wrote: > > I see in the 'Deviations from the standard' section ofhte manual > that section 4.3 syntax rules macros are not provided by default. > > Are section 5.3 define-syntax macros also not available? They are not. There are I think 4 egg

[Chicken-users] define-syntax ?

2008-04-26 Thread Todd Dukes
I see in the 'Deviations from the standard' section ofhte manual that section 4.3 syntax rules macros are not provided by default. Are section 5.3 define-syntax macros also not available? I am getting this: --- Syntax error: define-syntax