Source code of rec from SRFI 31

It is more clear now then.

> (rec (toto . x) . (7))
#<procedure:toto>

works.

ah ah but i used define-macro (Teach Yourself Scheme in Fixnum Days) in the '90 and it is still in some light scheme implementation.