| |
comp.lang.scheme |
> (defmacro call-with-values (f g) this is the problem with not remembering exactly what they do and not
> `(apply ,f ,g))
(defmacro call-with-values (f g)
`(apply ,g (,f)))
bothering to look at r5rs for the answer...