On Feb 24, 5:50 am, Jane Sullivan <j...@[EMAIL PROTECTED]
>
wrote:
> In message
> <cc9b9b01-dd94-40a8-b311-94373dcb5...@[EMAIL PROTECTED]
>,
> Jimmy Miller <CaptainThun...@[EMAIL PROTECTED]
> writes
>
> >On Feb 5, 12:29 pm, gavino <gavcom...@[EMAIL PROTECTED]
> wrote:
> >> is anyone even working on one?
>
> >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).
>
> When you say "nested arrays", will they be
> - nested arrays (enclose of a scalar is identical to the scalar)
> - boxed arrays (enclose of a scalar is not identical to the scalar)
>
> This difference is quite im****tant.
> --
> Jane Sullivan
I do intend to have actual nested arrays, not the boxed arrays that
are found in J.


|