On 17-Dec-07, at 5:23 AM, Phil Dawes wrote: > Does anybody else find 'get' gets in the way?
Apparently Eduardo Cavazos does too :-) USE: vars VAR: foo 5 >foo foo> 2 + . If you find yourself doing get/set too much, then take a look at the 'change' combinator. Also don't forget that namespaces are just assocs so you can use all the assoc words on them, such as assoc-map to transform variable values in bulk. Slava ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
