Re: [Chicken-users] highlevel macros are not supported error

2007-09-10 Thread felix winkelmann
On 9/10/07, Kon Lovett <[EMAIL PROTECTED]> wrote: > > > > #;9> ; loading /usr/local/lib/chicken/1/pos.scm ... > > Error: (define-syntax) during expansion of (define-syntax ...) - > > highlevel macros are not supported > > > > I am of two minds about placing '(use syntax-case)' in syntax files > tha

Re: [Chicken-users] highlevel macros are not supported error

2007-09-10 Thread Elf
i'm not entirely sure i follow what youre asking. i think proper define-syntax support would be nice (with syntax-rules, im ambivalent on syntax-case), but i understand why its not there. unless the generation code is highly optimised, they tend to be a lose anyway... -elf On Mon, 10 Sep 2007

Re: [Chicken-users] highlevel macros are not supported error

2007-09-10 Thread Kon Lovett
On Sep 9, 2007, at 6:15 PM, Terrence Brannon wrote: When I attempt to use pos.scm I get this error - #;9> ; loading /usr/local/lib/chicken/1/pos.scm ... Error: (define-syntax) during expansion of (define-syntax ...) - highlevel macros are not supported I am of two minds about placing '(use

Re: [Chicken-users] highlevel macros are not supported error

2007-09-10 Thread Elf
have you put in (use syntax-case) already? -elf On Sun, 9 Sep 2007, Terrence Brannon wrote: When I attempt to use pos.scm I get this error - #;9> ; loading /usr/local/lib/chicken/1/pos.scm ... Error: (define-syntax) during expansion of (define-syntax ...) - highlevel macros are not supporte

Re: [Chicken-users] highlevel macros are not supported error

2007-09-09 Thread Graham Fawcett
On 9/9/07, Terrence Brannon <[EMAIL PROTECTED]> wrote: > When I attempt to use pos.scm I get this error - > > #;9> ; loading /usr/local/lib/chicken/1/pos.scm ... > Error: (define-syntax) during expansion of (define-syntax ...) - > highlevel macros are not supported Load syntax-case first -- e.g.

[Chicken-users] highlevel macros are not supported error

2007-09-09 Thread Terrence Brannon
When I attempt to use pos.scm I get this error - #;9> ; loading /usr/local/lib/chicken/1/pos.scm ... Error: (define-syntax) during expansion of (define-syntax ...) - highlevel macros are not supported Call history: (require-extension pos) (