Jump to content

PAL (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Macrakis (talk | contribs) at 04:07, 5 February 2015 (Article about PAL -- RPAL is a minor variant). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PAL, the Pedagogic Algorithmic Language, is a programming language developed at the Massachusetts Institute of Technology in around 1967 to help teach programming language semantics and design.[1][2] It is a "direct descendent" of ISWIM and owes much of its philosophy to Christopher Strachey.[3]

The initial implementation of PAL, in Lisp, was written by Peter Landin and James H. Morris, Jr. It was later redesigned by Martin Richards, Thomas J. Barkalow, Arthur Evans, Jr., Robert M. Graham, James Morris, and John Wozencraft.

RPAL

RPAL, the Right-reference Pedagogic Algorithmic Language, is a functional subset of PAL with an implementation on Sourceforge.[4] It is used at the University of Florida to teach the construction of programming languages and functional programming. Programs are strictly functional, with no sequence or assignment operations.

References

  1. ^ Arthur Evans, Jr., PAL: Pedagogic Algorithmic Language: A Reference Manual and Primer. Unpublished report, Department of Electrical Engineering, MIT, February 1970.
  2. ^ John M. Wozencraft and Arthur Evans, Jr. Notes on Programming Linguistics. Unpublished report, Department of Electrical Engineering, MIT. February, 1971.
  3. ^ Arthur Evans, Jr., "PAL--a language designed for teaching programming linguistics" Proceedings of the 1968 23rd ACM National Conference (August 27 - 29, 1968), p. 395-403 ACM abstract
  4. ^ [1]

PAL