I am working on a system to interface J with LaTeX (this one:
https://github.com/mlochbaum/JtoLaTeX) and would like to have a set of
addon files that can be loaded with something like

load 'greek'

as is done with normal J addons. However, I want to still be able to
load addons from the normal ~addons directory if they are not present in
the custom one. Is there a clean way to do this or should I just write
up a different verb than load (or overwrite load_base_)?

Marshall
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to