chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] destructuring-bind?


From: Elliot Cuzzillo
Subject: [Chicken-users] destructuring-bind?
Date: Sun, 4 Feb 2007 16:10:55 -0500

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?




reply via email to

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