>>>>> "CS" == Christian Soeller <[EMAIL PROTECTED]> writes: CS> The other problem with arrays is: how do we deal with functions that CS> take multiple piddle arguments if they are arrays: CS> @result = integrate @x, @y, @bounds; CS> Won't those all be clumped into one big input array? Does it mean we CS> have to write The current thinking in -internals is that list flattening will be delayed to as late as possible. One possiblity would be that only @_ would do any flattening. It would walk each argument with an appropriate iterator to return the flattened list. A parameter list would then have access to the actual items on the list. <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- Re: New variable type: matrix Jeremy Howard
- Re: New variable type: matrix Karl Glazebrook
- Re: New variable type: matrix Dan Sugalski
- Re: New variable type: matrix Karl Glazebrook
- Re: New variable type: matrix Jeremy Howard
- Re: New variable type: matrix Buddha Buck
- Re: New variable type: matrix Jeremy Howard
- Re: New variable type: matrix Nathan Wiger
- drop type indicators for typed variables David L. Nicol
- Re: drop type indicators for typed variables Christian Soeller
- Re: New variable type: matrix Chaim Frenkel
- Re: New variable type: matrix Christian Soeller
- Ensuring efficiency (was Re: New variable type:... Jeremy Howard
- Re: Ensuring efficiency (was Re: New variable t... Dan Sugalski
- Re: New variable type: matrix Christian Soeller
- Re: New variable type: matrix Dan Sugalski
- Re: New variable type: matrix Chaim Frenkel