I've been learning J for the last few weeks.  While I like a text editor
for writing code, I prefer )Save and )Load commands for saving nouns as I
think through an idea.  Since I was writing a toolkit to make writing code
easier, I decided to try my hand at a few verbs which behave like those APL
system commands.

If there are any similarly minded users here, I'd appreciate feedback on my
results.

http://home.comcast.net/~paul.l.jackson/PLJsAPL/Tools.ijs

Tools.ijs is built from several files.  Each file adds a line to the noun
Tools, as a brief indication of what is available.

Most of the names can be used or ignored, as you choose.  However, please
note that the verbs which implement an APL command set, all force the
locale to base, before they do their work.  These verbs are:

   Clear  Copy  Include  Load  Save

Load, Save, and Wsid all remember the last non empty argument.  Once set,
this Wsid is provided for Copy, Load and Save when an empty argument is
provided.

Save makes an attempt to preserve character nouns as readable.  However,
some characters are damaged by the process of defining them, so some
character values will appear as integers indexing a.

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

Reply via email to