The Scheme Programming Language, fourth edition

The Scheme Programming Language, fourth edition
Title The Scheme Programming Language, fourth edition PDF eBook
Author R. Kent Dybvig
Publisher MIT Press
Total Pages 504
Release 2009-07-31
Genre Computers
ISBN 0262258161

Download The Scheme Programming Language, fourth edition Book in PDF, Epub and Kindle

A thoroughly updated and expanded edition brings this popular introductory text and reference up to date with the current Scheme standard, the Revised6 Report on Scheme. Scheme is a general-purpose programming language, descended from Algol and Lisp, widely used in computing education and research and a broad range of industrial applications. This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written for professionals and students with some prior programming experience, it begins by leading the programmer gently through the basics of Scheme and continues with an introduction to some of the more advanced features of the language. The fourth edition has been substantially revised and expanded to bring the content up to date with the current Scheme standard, the Revised6 Report on Scheme. All parts of the book were updated and three new chapters were added, covering the language's new library, exception handling, and record-definition features. The book offers three chapters of introductory material with numerous examples, eight chapters of reference material, and one chapter of extended examples and additional exercises. All of the examples can be entered directly from the keyboard into an interactive Scheme session. Answers to many of the exercises, a complete formal syntax of Scheme, and a summary of forms and procedures are provided in appendixes. The Scheme Programming Language is the only book available that serves both as an introductory text in a variety of courses and as an essential reference for Scheme programmers.

The Scheme Programming Language

The Scheme Programming Language
Title The Scheme Programming Language PDF eBook
Author R. Kent Dybvig
Publisher Prentice Hall
Total Pages 282
Release 1996
Genre Computers
ISBN

Download The Scheme Programming Language Book in PDF, Epub and Kindle

Basic, no nonsense introduction to the programming language Scheme

The Scheme Programming Language, fourth edition

The Scheme Programming Language, fourth edition
Title The Scheme Programming Language, fourth edition PDF eBook
Author R. Kent Dybvig
Publisher MIT Press
Total Pages 505
Release 2009-07-31
Genre Computers
ISBN 026251298X

Download The Scheme Programming Language, fourth edition Book in PDF, Epub and Kindle

A thoroughly updated and expanded edition brings this popular introductory text and reference up to date with the current Scheme standard, the Revised6 Report on Scheme. Scheme is a general-purpose programming language, descended from Algol and Lisp, widely used in computing education and research and a broad range of industrial applications. This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written for professionals and students with some prior programming experience, it begins by leading the programmer gently through the basics of Scheme and continues with an introduction to some of the more advanced features of the language. The fourth edition has been substantially revised and expanded to bring the content up to date with the current Scheme standard, the Revised6 Report on Scheme. All parts of the book were updated and three new chapters were added, covering the language's new library, exception handling, and record-definition features. The book offers three chapters of introductory material with numerous examples, eight chapters of reference material, and one chapter of extended examples and additional exercises. All of the examples can be entered directly from the keyboard into an interactive Scheme session. Answers to many of the exercises, a complete formal syntax of Scheme, and a summary of forms and procedures are provided in appendixes. The Scheme Programming Language is the only book available that serves both as an introductory text in a variety of courses and as an essential reference for Scheme programmers.

The Scheme Programming Language

The Scheme Programming Language
Title The Scheme Programming Language PDF eBook
Author R. Kent Dybvig
Publisher MIT Press
Total Pages 318
Release 2003
Genre Computers
ISBN 9780262541480

Download The Scheme Programming Language Book in PDF, Epub and Kindle

The thoroughly updated third edition of a popular introductory and reference text for standard Scheme, with examples and exercises.

Programming in SCHEME

Programming in SCHEME
Title Programming in SCHEME PDF eBook
Author Mark Watson
Publisher Springer
Total Pages 242
Release 2012-12-06
Genre Computers
ISBN 1461223946

Download Programming in SCHEME Book in PDF, Epub and Kindle

Scheme provides a flexible and powerful language for programming embodying many of the best features of logical and functional programming. This enjoyable book provides readers with an introduction to programming in Scheme by constructing a series of interesting and re-usable programs. The book includes two diskettes containing MIT Scheme to run on Windows PCs.

The Little LISPer

The Little LISPer
Title The Little LISPer PDF eBook
Author Daniel P. Friedman
Publisher Prentice Hall
Total Pages 226
Release 1989
Genre Computers
ISBN

Download The Little LISPer Book in PDF, Epub and Kindle

Simply Scheme

Simply Scheme
Title Simply Scheme PDF eBook
Author Brian Harvey
Publisher MIT Press
Total Pages 620
Release 1999
Genre Computers
ISBN 9780262082815

Download Simply Scheme Book in PDF, Epub and Kindle

Showing off scheme - Functions - Expressions - Defining your own procedures - Words and sentences - True and false - Variables - Higher-order functions - Lambda - Introduction to recursion - The leap of faith - How recursion works - Common patterns in recursive procedures - Advanced recursion - Example : the functions program - Files - Vectors - Example : a spreadsheet program - Implementing the spreadsheet program - What's next?