Revised [6] Report on the Algorithmic Language Scheme

  • Authors:
  • Michael Sperber;R. Kent Dybvig;Matthew Flatt;Anton van Straaten;Robby Findler;Jacob Matthews

  • Affiliations:
  • -;-;-;-;-;-

  • Venue:
  • Revised [6] Report on the Algorithmic Language Scheme
  • Year:
  • 2010

Quantified Score

Hi-index 0.02

Visualization

Abstract

Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary. Scheme demonstrates that a very small number of rules for forming expressions, with no restrictions on how they are composed, are enough to form a practical and efficient programming language that is flexible enough to support most of the major programming paradigms in use today. This book contains the three parts comprising 'R6RS', the sixth revision of a series of reports describing the programming language Scheme. The book is divided into parts: a description of the language itself, a description of the standard libraries and non-normative appendices. Early chapters introduce Scheme and later chapters act as a reference manual. This is an important report for programmers that work with or want to learn about the Scheme language.