On Sat, Aug 15, 2009 at 12:27 PM, Brian Schott<[email protected]> wrote: > Oops, the next experiment seems to have halted early because the > result of trace is different from the raw execution. > > trace '+ a a' > --------------- 5 Trident ---- > + > a > a > + a a > ============================== > > + a a > +//
The issue, here, is the namespace in which the names are defined. a=:/ require'trace' trace '+ a_base_ a_base_' --------------- 3 Adverb ----- + / +/ --------------- 3 Adverb ----- +/ / +// ============================== -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
