The Scheme Programming Language

The Scheme Programming Language
Title The Scheme Programming Language PDF eBook
Author R. Kent Dybvig
Publisher MIT Press
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 and Meta-Programming in Scheme

Programming and Meta-Programming in Scheme
Title Programming and Meta-Programming in Scheme PDF eBook
Author Jon Pearce
Publisher Springer Science & Business Media
Pages 352
Release 2012-12-06
Genre Computers
ISBN 1461216826

Download Programming and Meta-Programming in Scheme Book in PDF, Epub and Kindle

A comprehensive first course in Scheme, covering all of its major features: abstraction, functional programming, data types, recursion, and semantic programming. Although the primary goal is to teach students to program in Scheme, this will be suitable for anyone taking a general programming principles course. Each chapter is divided into three sections: core, appendix , and problems. Most essential topics are covered in the core section, but it is assumed that most students will read the appendices and solve most of the problems - all of which require short Scheme procedures. As well as providing a thorough grounding in Scheme, the author discusses different programming paradigms in depth. An important theme throughout is that of "meta-programming", thus providing an insight into topics such as type-checking and overloading which might otherwise be missed.

Scheme and the Art of Programming

Scheme and the Art of Programming
Title Scheme and the Art of Programming PDF eBook
Author George Springer
Publisher
Pages 344
Release 1990
Genre Computer programming
ISBN

Download Scheme and the Art of Programming Book in PDF, Epub and Kindle

This is the first introduction to computer programming text to focus on functional programming which is not too mathematically rigorous for freshmen. The text features an introduction to the Scheme programming language and real-world examples and exercises which are easy to follow and learn from.

Programming in SCHEME

Programming in SCHEME
Title Programming in SCHEME PDF eBook
Author Mark Watson
Publisher Springer
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 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
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.

Programming in Scheme

Programming in Scheme
Title Programming in Scheme PDF eBook
Author Michael Eisenberg
Publisher
Pages 304
Release 1990
Genre Scheme (Computer program language)
ISBN 9780262050432

Download Programming in Scheme Book in PDF, Epub and Kindle

Structure and Interpretation of Computer Programs

Structure and Interpretation of Computer Programs
Title Structure and Interpretation of Computer Programs PDF eBook
Author Harold Abelson
Publisher MIT Press
Pages 642
Release 2022-05-03
Genre Computers
ISBN 0262367629

Download Structure and Interpretation of Computer Programs Book in PDF, Epub and Kindle

A new version of the classic and widely used text adapted for the JavaScript programming language. Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science course taught by Harold Abelson and Gerald Jay Sussman at MIT. SICP introduces the reader to central ideas of computation by establishing a series of mental models for computation. Earlier editions used the programming language Scheme in their program examples. This new version of the second edition has been adapted for JavaScript. The first three chapters of SICP cover programming concepts that are common to all modern high-level programming languages. Chapters four and five, which used Scheme to formulate language processors for Scheme, required significant revision. Chapter four offers new material, in particular an introduction to the notion of program parsing. The evaluator and compiler in chapter five introduce a subtle stack discipline to support return statements (a prominent feature of statement-oriented languages) without sacrificing tail recursion. The JavaScript programs included in the book run in any implementation of the language that complies with the ECMAScript 2020 specification, using the JavaScript package sicp provided by the MIT Press website.