Re: drop type indicators for typed variables

2000-08-29 Thread Christian Soeller
"David L. Nicol" wrote: > > > Christian Soeller wrote: > > > > > > The other problem with arrays is: how do we deal with functions that > > > take multiple piddle arguments if they are arrays: > > > > > >@result = integrate @x, @y, @bounds; > > > > > > Won't those all be clumped into one big

drop type indicators for typed variables

2000-08-29 Thread David L. Nicol
> Christian Soeller wrote: > > > > The other problem with arrays is: how do we deal with functions that > > take multiple piddle arguments if they are arrays: > > > >@result = integrate @x, @y, @bounds; > > > > Won't those all be clumped into one big input array? if strongly typed bareword