[comp.lang.apl] apl source code

krb@uflorida.cis.ufl.EDU (Ken Block) (01/25/91)

I originally posted asking about an APL under X on Sun3/4 with source.
This appears to be nonexistent. How about any APL with source?

jaxon@sp27.csrd.uiuc.edu (Greg P. Jaxon) (01/26/91)

Unisys' APLB for their A-Series line of minis to mainframes
is available with source, I don't think they charge any extra
for that yet.  It is written in Algol, with a moderate amount
of machine dependencies.  There are about 60-70 K lines including
a shared file system and shared variables, nested arrays, user-defined
operators, primitive fns as operands, error trapping, ... etc.

What is your need for interpreter source?