Share

Programming and Meta-Programming in Scheme

Download Programming and Meta-Programming in Scheme PDF Online Free

Author :
Release : 2012-12-06
Genre : Computers
Kind : eBook
Book Rating : 826/5 ( reviews)

GET EBOOK


Book Synopsis Programming and Meta-Programming in Scheme by : Jon Pearce

Download or read book Programming and Meta-Programming in Scheme written by Jon Pearce. This book was released on 2012-12-06. Available in PDF, EPUB and Kindle. Book excerpt: 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

Download Scheme and the Art of Programming PDF Online Free

Author :
Release : 1990
Genre : Computer programming
Kind : eBook
Book Rating : /5 ( reviews)

GET EBOOK


Book Synopsis Scheme and the Art of Programming by : George Springer

Download or read book Scheme and the Art of Programming written by George Springer. This book was released on 1990. Available in PDF, EPUB and Kindle. Book excerpt: 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

Download Programming in SCHEME PDF Online Free

Author :
Release : 2012-12-06
Genre : Computers
Kind : eBook
Book Rating : 946/5 ( reviews)

GET EBOOK


Book Synopsis Programming in SCHEME by : Mark Watson

Download or read book Programming in SCHEME written by Mark Watson. This book was released on 2012-12-06. Available in PDF, EPUB and Kindle. Book excerpt: 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.

LISP 1.5 Programmer's Manual

Download LISP 1.5 Programmer's Manual PDF Online Free

Author :
Release : 1962-08-15
Genre : Computers
Kind : eBook
Book Rating : 110/5 ( reviews)

GET EBOOK


Book Synopsis LISP 1.5 Programmer's Manual by : John McCarthy

Download or read book LISP 1.5 Programmer's Manual written by John McCarthy. This book was released on 1962-08-15. Available in PDF, EPUB and Kindle. Book excerpt: 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.

Practical Common Lisp

Download Practical Common Lisp PDF Online Free

Author :
Release : 2006-11-01
Genre : Computers
Kind : eBook
Book Rating : 170/5 ( reviews)

GET EBOOK


Book Synopsis Practical Common Lisp by : Peter Seibel

Download or read book Practical Common Lisp written by Peter Seibel. This book was released on 2006-11-01. Available in PDF, EPUB and Kindle. Book excerpt: * Treats LISP as a language for commercial applications, not a language for academic AI concerns. This could be considered to be a secondary text for the Lisp course that most schools teach . This would appeal to students who sat through a LISP course in college without quite getting it – so a "nostalgia" approach, as in "wow-lisp can be practical..." * Discusses the Lisp programming model and environment. Contains an introduction to the language and gives a thorough overview of all of Common Lisp’s main features. * Designed for experienced programmers no matter what languages they may be coming from and written for a modern audience—programmers who are familiar with languages like Java, Python, and Perl. * Includes several examples of working code that actually does something useful like Web programming and database access.

You may also like...