Coming from CL, I'm used to having macro definitions use destructuring-bind in their argument lists, so that if we have (defmacro blah ((x y) z) ...) then if you call (blah (fee fi) fo) then x => fee, y => fi, and z=> fo. Does this exist in Chicken's macros, or elsewhere in Chicken?
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
