chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] testeez and define-syntax


From: Joel Reymont
Subject: [Chicken-users] testeez and define-syntax
Date: Wed, 25 Jan 2006 14:57:19 +0000

I must be doing something clearly stupid but I cannot compile or load the following:

(require-extension testeez)

(define-syntax %foo:testeez
       (syntax-rules ()
         ((_ X ...)
          ;; Note: Comment-out exactly one of the following two lines.
          ;; (error "Tests disabled.")
          (testeez X ...)
          )))

I get either

Syntax error: define-syntax
"highlevel macros are not supported"

or

Error: (define-syntax) during expansion of (define-syntax ...) - highlevel macros are not supported

What am I doing wrong?

        Thanks, Joel

--
http://wagerlabs.com/









reply via email to

[Prev in Thread] Current Thread [Next in Thread]