Scheme and the Art of Programming

Scheme and the Art of Programming
Author: George Springer
Publisher:
Total Pages: 344
Release: 1990
Genre: Computer programming
ISBN:

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.

An Introduction to Functional Programming Through Lambda Calculus

An Introduction to Functional Programming Through Lambda Calculus
Author: Greg Michaelson
Publisher: Courier Corporation
Total Pages: 338
Release: 2013-04-10
Genre: Mathematics
ISBN: 0486280292

Well-respected text for computer science students provides an accessible introduction to functional programming. Cogent examples illuminate the central ideas, and numerous exercises offer reinforcement. Includes solutions. 1989 edition.

Sketchy Scheme

Sketchy Scheme
Author: Nils M. Holm
Publisher:
Total Pages: 181
Release: 2011
Genre: Scheme (Computer program language)
ISBN:

Programming in SCHEME

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

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.

Real World Haskell

Real World Haskell
Author: Bryan O'Sullivan
Publisher: "O'Reilly Media, Inc."
Total Pages: 714
Release: 2008-11-15
Genre: Computers
ISBN: 0596554303

This easy-to-use, fast-moving tutorial introduces you to functional programming with Haskell. You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter.

Simply Scheme

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

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?

LISP 1.5 Programmer's Manual

LISP 1.5 Programmer's Manual
Author: John McCarthy
Publisher: MIT Press
Total Pages: 116
Release: 1962-08-15
Genre: Computers
ISBN: 9780262130110

The manual describes LISP, a formal mathematical language. LISP differs from most programming languages in three important ways. The first way is in the nature of the data. The LISP language is designed primarily for symbolic data processing used for symbolic calculations in differential and integral calculus, electrical circuit theory, mathematical logic, game playing, and other fields of artificial intelligence. The manual describes LISP, a formal mathematical language. LISP differs from most programming languages in three important ways. The first way is in the nature of the data. In the LISP language, all data are in the form of symbolic expressions usually referred to as S-expressions, of indefinite length, and which have a branching tree-type of structure, so that significant subexpressions can be readily isolated. In the LISP system, the bulk of the available memory is used for storing S-expressions in the form of list structures. The second distinction is that the LISP language is the source language itself which specifies in what way the S-expressions are to be processed. Third, LISP can interpret and execute programs written in the form of S-expressions. Thus, like machine language, and unlike most other high level languages, it can be used to generate programs for further executions.

Thinking Functionally with Haskell

Thinking Functionally with Haskell
Author: Richard Bird
Publisher: Cambridge University Press
Total Pages: 357
Release: 2015
Genre: Computers
ISBN: 1107087201

This book introduces fundamental techniques for reasoning mathematically about functional programs. Ideal for a first- or second-year undergraduate course.

An Introduction to Functional Programming Through Lambda Calculus

An Introduction to Functional Programming Through Lambda Calculus
Author: Greg Michaelson
Publisher: Courier Corporation
Total Pages: 338
Release: 2011-01-01
Genre: Mathematics
ISBN: 0486478831

This well-respected text offers an accessible introduction to functional programming concepts and techniques for students of mathematics and computer science. The treatment is as nontechnical as possible, assuming no prior knowledge of mathematics or functional programming. Numerous exercises appear throughout the text, and all problems feature complete solutions. 1989 edition.