On Thu, Apr 14, 2005 at 12:51:08PM -0500, Matthew D Swank wrote:
> returns a closure, however pugs won't parse:
> 
> make-adder 5 6
> 
> or:
> 
> (make-adder 5) 6
> 
> I have to resort to:
> 
> (make-adder 5)(6)
> 
> Is this correct behavior?

I think it's the correct behaviour, yes.  We are not currying
by default, unlike a certain Other Language... :-)

Thanks,
/Autrijus/

Attachment: pgpkvPrt23Gq8.pgp
Description: PGP signature

Reply via email to