
The following features are NOT planned to be supported
------------------------------------------------------

* ⎕NLT


The following features MAY be added (if requested):
---------------------------------------------------

* more shared variables / auxiliary processors

* ⎕NA

* more ⎕L and ⎕R testcases


The following features are planned or will be investigated:
-----------------------------------------------------------

* Support for SCAR format (to exchange data with Dyalog APL and APL2000).

* operators from NARS2000 (email from Bob Smith, Dec-14-2013)

* versioning of .so files


The following issues are known and maybe fixed mid-term:
--------------------------------------------------------


The following extensions are provided:
--------------------------------------

* various debug commands, see )HELP

* dyadic ⎕CR   (DISPLAY-like value output,
                several conversions of bytes and characters).
                Canonical Representation)

* ⎕DLT         (Knuth's Dancing links algorithm, aka Algorithm X)

* ⎕ENV B       (environment variables)
               return the values of environment variables whose names starts
               with B. The result is a N by 2 matrix, with column 1 containing
               environment variable names and column 2 their values.  

* ⎕FIO         (several FILE I/O functions)

* ⎕SQL         (access to SQL databases)

* 3 ⎕TF        (⎕TF with CDR format)

* APL scripting
    text files beginning with:

    #!apl

    run the interpreter as a shell with the subsequent lines as input.

* ⎕INP
     HERE-document like input for long texts

* Native APL functions
    User defined APL functions written in C++

* )DUMP command (save workspace in a format that can be read back with apl -f

