| The design and implementation of an APL dialect, ELI |
| Full text |
Pdf
(537 KB)
|
| Source
|
International Conference on APL
archive
Proceedings of the international conference on APL-Berlin-2000 conference
table of contents
Berlin, Germany
Pages: 69 - 76
Year of Publication: 2000
ISBN:1-58113-182-8
Also published in ...
|
|
Author
|
|
| Sponsor |
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 9, Downloads (12 Months): 17, Citation Count: 0
|
|
|
ABSTRACT
ELI is an APL dialect that uses ASCII characters. It has a workspace based programming environment: all primitives of APL1[3] and control structures. It has no nested arrays or defined operators. Instead, it has user-defined data structures, and defined functions can take functions (in addition to variables) as parameters. ELI preserves the simplicity of APL1 while modestly extends it. The ELI interpreter is implemented on Windows using Visual C++, which connects to MFC to provide many GUI functions for the Window platform. The core interpreter consists of a parser, a tree-executor, and a module implementing all primitive functions. Currently the implementation also provides a function editor and the ability to save/load workspaces.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
|
| |
2
|
|
| |
3
|
International Organization for Standardization, ISO Draft Standard APL, APL Quote Quad, vol,14, No.2, December 1993.
|
| |
4
|
K. Iverson, Dictionary ofJ: 3 Version 5, Iverson Software, Toronto, 1992.
|
| |
5
|
|
| |
6
|
|
| |
7
|
A. Whitney, K, Vector, Vol.10, No.1, 74-79, July 1993.
|
|