Related articles |
---|
[6 earlier articles] |
Re: Scripting vs. Programming language vs. 4GL? julian@feenix.metronet.com (Phillip Julian Eby) (1993-08-31) |
Re: Scripting vs. Programming language vs. 4GL? ch+@cs.cmu.edu (1993-08-30) |
Re: Scripting vs. Programming language vs. 4GL? prechelt@ira.uka.de (Lutz Prechelt) (1993-08-30) |
Re: Scripting vs. Programming language vs. 4GL? ram+@cs.cmu.edu (1993-08-30) |
Re: Scripting vs. Programming language vs. 4GL? mcdonald@kestrel.edu (1993-08-31) |
Re: Scripting vs. Programming language vs. 4GL? wright@hicomb.hi.com (David Wright) (1993-09-01) |
Re: Scripting vs. Programming language vs. 4GL? pardo@cs.washington.edu (1993-09-02) |
Re: Scripting vs. Programming language vs. 4GL? joshua@athena.veritas.com (1993-09-07) |
Re: Scripting vs. Programming language vs. 4GL? pcg@decb.aber.ac.uk (1993-09-11) |
Newsgroups: | comp.compilers |
From: | pardo@cs.washington.edu (David Keppel) |
Keywords: | interpreter, design, comment |
Organization: | Computer Science & Engineering, U. of Washington, Seattle |
References: | 93-08-116 |
Date: | Thu, 2 Sep 1993 19:35:25 GMT |
Paul Robinson <TDARCOS@MCIMAIL.COM> writes:
>[APL compilation is practical only with powerful desktop machines.]
This is a bit of a nitpick, perhaps, but APL compilation isn't new:
%A Thomas W. Christopher
%A Ralph W. Wallace
%T Compiling Optimized Array Operations at Run-Time
%J APL 86 Conferance Proceedings
%C Manchester, England
%D July 1986
%P 136-141
%A Graham C. Driscoll
%A Donald L. Orth
%T Collecting Informatin about APL Variables during Interpretation
%R IBM RC 15366 (#68406)
%D 10 January 1990
%A Leo J. Guibas
%A Douglas K. Wyatt
%T Compilation and Delayed Evaluation in APL
%J Fifth Annual ACM Symposium on Principles of Programming Languages
(POPL-5)
%D 1978
%P 1-8
%A Ronald L. Johnston
%T The Dynamic Incremental Compiler of APL\e3000
%I Association for Computing Machinery (ACM)
%J APL Quote Quad
%V 9
%N 4
%D June 1979
%P 82-87
%A H. J. Saal
%A Z. Weiss
%T A Software High Performance APL Interpreter
%J Quote Quad
%V 9
%N 4
%D June 1979
%P 74-81
Also, Tim Budd had a paper on static APL compilation and I recall that
the algorithms were fairly tractable.
;-D on ( Parsing programming with a pro grammer ) Pardo
[As a class project, I wrote a compiler in Trac that compiled a subset of APL
into Basic in 1972. Didn't use any array temporaries, either. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.