ACM Home Page
Please provide us with feedback. Feedback
The design and implementation of an APL dialect, ELI
Full text PdfPdf (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
Wai-Mee Ching  Goldens Bridge, NY
Sponsor
SIGAPL: ACM Special Interest Group on APL Programming Language
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 1,   Downloads (12 Months): 7,   Citation Count: 0
Additional Information:

abstract   references   index terms   collaborative colleagues   peer to peer  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/570475.570485
What is a DOI?

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.


Peer to Peer - Readers of this Article have also read: