Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

The Scheme Programming Language
  • Language: en
  • Pages: 318

The Scheme Programming Language

  • Type: Book
  • -
  • Published: 2003
  • -
  • Publisher: MIT Press

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

Revised [6] Report on the Algorithmic Language Scheme
  • Language: en
  • Pages: 312

Revised [6] Report on the Algorithmic Language Scheme

A series of reports describing the innovative programming language Scheme.

Scheme and the Art of Programming
  • Language: en
  • Pages: 344

Scheme and the Art of Programming

  • Type: Book
  • -
  • Published: 1990
  • -
  • Publisher: Unknown

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.

Simply Scheme
  • Language: en
  • Pages: 620

Simply Scheme

  • Type: Book
  • -
  • Published: 1999
  • -
  • Publisher: MIT Press

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?

Concepts in Programming Languages
  • Language: en
  • Pages: 546

Concepts in Programming Languages

A comprehensive undergraduate textbook covering both theory and practical design issues, with an emphasis on object-oriented languages.

Concrete Abstractions
  • Language: en
  • Pages: 686

Concrete Abstractions

CONCRETE ABSTRACTIONS offers students a hands-on, abstraction-based experience of thinking like a computer scientist. This text covers the basics of programming and data structures, and gives first-time computer science students the opportunity to not only write programs, but to prove theorems and analyze algorithms as well. Students learn a variety of programming styles, including functional programming, assembly-language programming, and object-oriented programming (OOP). While most of the book uses the Scheme programming language, Java is introduced at the end as a second example of an OOP system and to demonstrate concepts of concurrent programming.

Beautiful Code
  • Language: en
  • Pages: 621

Beautiful Code

How do the experts solve difficult problems in software development? In this unique and insightful book, leading computer scientists offer case studies that reveal how they found unusual, carefully designed solutions to high-profile projects. You will be able to look over the shoulder of major coding and design experts to see problems through their eyes. This is not simply another design patterns book, or another software engineering treatise on the right and wrong way to do things. The authors think aloud as they work through their project's architecture, the tradeoffs made in its construction, and when it was important to break rules. This book contains 33 chapters contributed by Brian Ker...

The Scheme Programming Language, fourth edition
  • Language: en
  • Pages: 504

The Scheme Programming Language, fourth edition

  • Type: Book
  • -
  • Published: 2009-07-31
  • -
  • Publisher: MIT Press

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...

Lisp in Small Pieces
  • Language: en
  • Pages: 540

Lisp in Small Pieces

This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects. It describes 11 interpreters and 2 compilers, including very recent techniques of interpretation and compilation. The book is in two parts. The first starts from a simple evaluation function and enriches it with multiple name spaces, continuations and side-effects with commented variants, while at the same time the language used to define these features is reduced to a simple lambda-calculus. Denotational semantics is then naturally introduced. The second part focuses more on implementation techniques and discusses precompilation for fast in...

Programming and Meta-Programming in Scheme
  • Language: en
  • Pages: 360

Programming and Meta-Programming in Scheme

A comprehensive course in Scheme, covering all of its major features: abstraction; functional programming; data types; recursion; and semantic programming. This volume aims to teach students to program in Scheme and 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.