---List wrote: > I understand about implementation specific differences, but > the errors I > was referring to were more subtle usage errors. For example, I have > seen a number of examples where a file name is specified without jpath > in front, and this seems to confuse the name resolution routines on > Windows boxes.
Can you point to specific examples where this is a problem? Note that some verbs (eg. load open) apply jpath themselves, so the following should work fine on all systems: open '~system/ load '~system/packages/math/mean.ijs' ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
