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

๐Ÿ“

The Functional Approach to Programming

โœ Scribed by Guy Cousineau, Michel Mauny, K. Callaway


Publisher
Cambridge University Press
Year
1998
Tongue
English
Leaves
460
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


A programming course should concentrate on a program's logical structure and design rather than on simply writing code. The functional approach to programming achieves this aim because logical concepts are evident and programs are transparent, and so can be written quickly and cleanly. In this book, the authors emphasize the notions of function and relate programming to familiar concepts from mathematics and logic. They introduce functional programming via examples but also explain what programs compute and how to reason about them. They show how the ideas can be implemented in the Caml language, a dialect of the ML family, and give examples of how complex programs from a variety of areas (such as arithmetic, tree algorithms, graph algorithms, text parsing and geometry) can be developed in close agreement with their specifications. Many exercises and examples are included throughout the book; solutions are also available. An appendix gives all the code used in the book in Standard ML.


๐Ÿ“œ SIMILAR VOLUMES


The Functional Approach to Programming
โœ Cousineau G., Mauny M. ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› CUP ๐ŸŒ English

A programming course should concentrate on a program's logical structure and design rather than on simply writing code. The functional approach to programming achieves this aim because logical concepts are evident and programs are transparent, and so can be written quickly and cleanly. In this book,

The Functional Approach to Programming
โœ Guy Cousineau, Michel Mauny ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› Cambridge University Press ๐ŸŒ English

A programming course should concentrate as much as possible on a program's logical structure and design rather than simply show how to write code. The Functional Approach to Programming achieves this aim because logical concepts are evident and programs are transparent so can be written quickly and

The Functional Approach to Programming
โœ Cousineau G., Mauny M. ๐Ÿ“‚ Library ๐Ÿ“… 1998 ๐Ÿ› CUP ๐ŸŒ English

A programming course should concentrate on a program's logical structure and design rather than on simply writing code. The functional approach to programming achieves this aim because logical concepts are evident and programs are transparent, and so can be written quickly and cleanly. In this book,

Algorithms - Functional Programming Appr
โœ Fethi A. Rabhi, Guy Lapalme ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐Ÿ› Addison Wesley ๐ŸŒ English

The design of algorithms for problem-solving lies at the heart of computer science. Concise yet authoritative, Algorithms: A Functional Programming Approach teaches the skills needed to master this essential subject. The authors challenge more traditional methods of teaching algorithms by using a