๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Programming and Meta-Programming in Scheme

โœ Scribed by Jon Pearce (auth.)


Publisher
Springer-Verlag New York
Year
1998
Tongue
English
Leaves
351
Series
Undergraduate Texts in Computer Science
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


By now, Scheme is a well-established programming language and is finding increasing popularity in programming courses for undergraduates. Its expressive capabilities are matched by a simplicity of language and ease-of-use which have made its adherents disciples! This textbook provides a comprehensive first course in Scheme and covers all of its major features: abstraction, functional programming, data types, recursion, and semantic programming. Although the primary goal of this text is to teach students to program in Scheme, it will be suitable for any student studying 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. (Nearly all of the problems require students to write short Scheme procedures.) As well as providing a thorough grounding in Scheme, the author discusses in depth different programming paradigms. An important theme throughout is that of "meta-programming": the perspective that programs themselves can be treated as data, and hence can be analyzed and modified as objects. This provides insight into topics such as type-checking and overloading which might otherwise be missed.

โœฆ Table of Contents


Front Matter....Pages i-xiii
Introduction....Pages 1-4
Expressions and Values....Pages 5-30
Procedures....Pages 31-77
Evaluation Control and Recursion....Pages 78-120
Data Control....Pages 121-169
Iteration....Pages 170-208
Recursive Domains....Pages 209-256
Variables....Pages 257-292
Expressions as Values....Pages 293-330
Back Matter....Pages 331-341

โœฆ Subjects


Programming Languages, Compilers, Interpreters


๐Ÿ“œ SIMILAR VOLUMES


Programming in Scheme: Learn Scheme Thro
โœ Mark Watson (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› Springer-Verlag New York ๐ŸŒ English

<p>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 i

Programming in Scheme
โœ Michael Eisenberg, Harold Abelson, Julie Sussman ๐Ÿ“‚ Library ๐Ÿ“… 1988 ๐Ÿ› MIT ๐ŸŒ English

"With this book you can learn to write good programs that do interesting things right off the bat," writes software developer Julie Sussman. "This is the introductory [programming] text that I wish I had had" Scheme - a simple, learnable dialect of LISP has emerged as a popular educational langua

Programming in Scheme
โœ Michael Eisenberg, Harold Abelson, Julie Sussman ๐Ÿ“‚ Library ๐Ÿ“… 1990 ๐Ÿ› MIT Press ๐ŸŒ English

"With this book you can learn to write good programs that do interesting things right off the bat," writes software developer Julie Sussman. "This is the introductory [programming] text that I wish I had had"Scheme - a simple, learnable dialect of LISP has emerged as a popular educational language a

Functional Programming in C#: Classic Pr
โœ Oliver Sturm ๐Ÿ“‚ Library ๐Ÿ“… 2011 ๐Ÿ› Wiley ๐ŸŒ English

Take advantage of the growing trend in functional programming.C# is the number-one language used by .NET developers and one of the most popular programming languages in the world. It has many built-in functional programming features, but most are complex and little understood. With the shift to func