ACM Home Page
Please provide us with feedback. Feedback
Some APL2 programming examples using nested arrays
Full text PdfPdf (782 KB)
Source International Conference on APL archive
Proceedings of the international conference on APL table of contents
Sydney, Australia
Pages: 28 - 38  
Year of Publication: 1987
ISBN:0-89791-253-5
Also published in ...
Author
J. P. Benkard  International Business Machines Corporation, Hopewell Junction, NY
Sponsor
SIGAPL: ACM Special Interest Group on APL Programming Language
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 8,   Downloads (12 Months): 15,   Citation Count: 0
Additional Information:

abstract   references   index terms   collaborative colleagues  

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

ABSTRACT

Three extracts from a program currently in use are shown and discussed. The program reads seven files, formats the data as nested arrays, and prepares several reports and files. The examples are taken, respectively, from the input, process, and output sections of the program. In each section nested arrays are useful. N-WISE REDUCTION is used as the inverse of SCAN to simplify a backward scheduling algorithm. The flexible formatting of nested array output makes optimum use of print columns. An experimental depth operator described in the references is very useful.