Ian Piumarta <[EMAIL PROTECTED]> writes:

> Or you could just pass that as an explicit argument to _send().  The
> Id compiler knows how many arguments you supply in each send, and
> will happily provide the information to the runtime.

That's close to what I ended up doing in my patches, so that part is
done.

> I'm not keen on adding things.  I'm a huge fan of taking things out.
> If you can take _closure out of the method arguments without breaking
> anything in object/examples/*, function/* and function/examples/*,
> I'd suck up the diffs in a nanosecond and then happily apply a second
> set of diffs that make 'argc' (or some better name) available
> alongside '_closure' to methods that care about it and/or use '...'
> to recover anonymous args.

Alright, I'll work on those two patches.  I've already done most of
the grunt work in identifying all the places that need to change in
order to support different method arguments, so that won't be too
difficult.

Thanks for the suggestions,

-- 
Michael FIG <[EMAIL PROTECTED]> //\
   http://michael.fig.org/    \//

_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to