Eduardo Cavazos scripsit:
> Is there a way to define 'define-macro' in terms of the new explicit
> renaming macros of Chicken 4.0? Or is it offered somewhere and I just
> missed it?
Quick and dirty approach:
For (define-macro name (lambda exp body ...))
read (define-syntax name (lambda (exp junk-1 junk-2) body ...))
You'll have to destructure exp yourself.
--
It was dreary and wearisome. Cold clammy winter still held way in this
forsaken country. The only green was the scum of livid weed on the dark
greasy surfaces of the sullen waters. Dead grasses and rotting reeds loomed
up in the mists like ragged shadows of long-forgotten summers.
--"The Passage of the Marshes" http://www.ccil.org/~cowan
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users