Is it possible to determine at run time the arity of function? I'm
thinking something like

(arity (lambda (x y z) (* x y z)))
=> 3

Something that could also inform me about "rest" params would useful too.

My searching of the wiki has turned up no info.

Thanks in advance,
-Mark


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to