Re: Autothreading generalization

2005-02-01 Thread Craig DeForest
On Tuesday 01 February 2005 01:18 am, Markus Laire wrote: > Luke Palmer writes: > > Yeah, the sigils do get in the way for small placeholder variables like > > these: > > Â @C[ $i; $j; $k; $l ] = @A[ $i; $j ] * @B[ $k; $l ] Â >... > Would placeholder variables be used often enough to varrant th

[OT] post-structuralist object oriented system

2005-02-01 Thread PA
For your entertainment: "Lua’s Story of O" http://alt.textdrive.com/lua/19/lua-story-of-o Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/

Re: Autothreading generalization

2005-02-01 Thread Markus Laire
Luke Palmer writes: Craig DeForest writes: Yeah, the sigils do get in the way for small placeholder variables like these. Â @C[ $i; $j; $k; $l ] = @A[ $i; $j ] * @B[ $k; $l ] Â Losing the carets doesn't do much for us (and would force us to use the explicit syntax, whatever that might be). Hmm