On Feb 24, 5:13 am, Gosi <gos...@[EMAIL PROTECTED]
> wrote:
> On Feb 24, 12:45 am, Jimmy Miller <CaptainThun...@[EMAIL PROTECTED]
> wrote:
>
> > I'm working on a BSD APL interpreter that I hope to run on a variety
> > of platforms (it's written in Java, but it does use a Swing GUI for
> > rendering APL characters, so that may damper ****tability). It won't
> > be completely standards conformant (no workspaces, just Unicode text
> > files), but it will offer a few language extensions (e.g, nested
> > arrays).
>
> If I understand you correctly then you:
> - write your APL functions in a script
> - send those scripts through an APL interpreter
> - get reuslts into an output file
This will be an option, but there will also be a traditional APL
prompt (i.e, immediate mode).


|