Can `define-syntax-rule' support keyword arguments? Preferably keywords with default values.
(define-syntax-rule (foo #:x [x 5]) x) (foo) (foo #:x 2) If this sounds like a good idea and could be implemented I can give it a whirl. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users