Revised [5] Report on the Algorithmic Language Scheme by Harold Abelson


Revised [5] Report on the Algorithmic Language Scheme
Title : Revised [5] Report on the Algorithmic Language Scheme
Author :
Rating :
ISBN : -
Language : English
Format Type : Kindle , Hardcover , Paperback , Audiobook & More
Number of Pages : 50
Publication : First published July 1, 1991

R5RS - The report gives a defining description of the program- ming language Scheme. Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language invented by Guy Lewis Steele Jr. and Gerald Jay Sussman. It was designed to have an exceptionally clear and simple semantics and few different ways to form expressions. A wide variety of programming paradigms, including imperative, functional, and message passing styles, find convenient expression in Scheme.