[<<][packetforth][>>][..]Sat Aug 12 15:15:29 CEST 2006
"lala.mov" mov open where * 'mov' is a parsing word with interpret and compile semantics, changing the binding of 'open' * 'mov' is an object which changes the binding of 'open' using multimethod dispatch. the parsing version is ugly, but should later be replacable by the clean version. the parsing version is also faster since it performs method lookup at compile time.
[Reply][About][<<][packetforth][>>][..]