chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Runtime arity?


From: Mark Fredrickson
Subject: [Chicken-users] Runtime arity?
Date: Tue, 29 Jan 2008 10:28:46 -0600

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




reply via email to

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