numArgs of a lambda procedure

Per Bothner per@bothner.com
Sun Aug 12 07:22:00 GMT 2012


On 08/12/2012 12:10 AM, Chuah Teong Leong wrote:
> Is there a simple way to get the number of required arguments from a
> procedure object?

Use minArgs() and MaxArgs().

numArgs is just an (unfriendly) "encoding".

-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list