-
Notifications
You must be signed in to change notification settings - Fork 1
/
README-4-compliance
60 lines (33 loc) · 1.44 KB
/
README-4-compliance
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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)
* 3 ⎕TF (⎕TF with CDR format)
* ⎕ENV B (environment variables)
return the values of environment variables whose names starts with B.
Return N by 2 matrix, with column 1 containing environment variable names
and column 2 their values.
* 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