Currently we have a half-baked, implicit load path for .j files loaded via the builtin load() function. It should be possible to add a list of directories to look in for .j files. The rule should probably be that names without / in them are looked up via the load path, while names beginning with / are considered to be absolute and names with / anywhere else are relative to the current directory.
Currently we have a half-baked, implicit load path for
.jfiles loaded via the builtinload()function. It should be possible to add a list of directories to look in for.jfiles. The rule should probably be that names without/in them are looked up via the load path, while names beginning with/are considered to be absolute and names with/anywhere else are relative to the current directory.