[Bug-openmcl] values-list
bryan o'connor
bryan at barmetta.com
Thu Jan 8 17:20:08 MST 2004
[responding to myself..]
> the right solution might be to rewrite values-list
> to be recursive and not use apply. any thoughts?
now that i think about it, there's probably not a good
way to do a recursive or iterative version.
perhaps a macro is the way to go? iterate through the
list and build the right call to #'values?
(value-list '(1 2 3)) ==> (values 1 2 3)
...bryan
More information about the Bug-openmcl
mailing list