Mostly Adequate Guide to Functional Programming
This is a book on the functional paradigm in general. We’ll use the world’s most popular functional programming language: JavaScript.
Read MoreSelect Page
Posted by John | Jan 8, 2019 | Programming |
This is a book on the functional paradigm in general. We’ll use the world’s most popular functional programming language: JavaScript.
Read MorePosted by John | Jan 6, 2019 | Programming |
This book is concerned with three related topics: the field of artificial intelligence, or AI; the skill of computer programming; and the programming language Common Lisp.
Read MorePosted by John | Dec 27, 2018 | Programming |
This book aims to make programming language implementation as easy as possible. It will guide you through all the phases of the design and implementation of a compiler or an interpreter.
Read MorePosted by John | Dec 17, 2018 | Programming |
This book presents computer programming as a key method for solving mathematical problems. It outlines the shortest possible path from no previous experience with programming to a set of skills that allows the students to write simple programs.
Read MorePosted by John | Dec 9, 2018 | Computers and Technology, Programming |
This book is an extensive and practical collection of articles about real-time computer graphics, accumulating the knowledge and experience of experts in both industry and academia.
Read MorePosted by John | Nov 27, 2018 | Programming |
This book is the fruit of a vision for teaching programming languages by integrating the ‘two cultures’ that have evolved in its pedagogy. One culture is based on interpreters, while the other emphasizes a survey of languages.
Read MorePosted by John | Nov 25, 2018 | Programming |
This book is not going to praise object-oriented programming or condemn the Old Way. We are simply going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.
Read MorePosted by John | Nov 11, 2018 | Programming |
The main objective of this textbook is to provide a uniform account of both the foundations of logic programming and simple programming techniques in the programming language Prolog. The discussion of the foundations also facilitates a systematic survey of variants of the logic programming scheme, like constraint logic programming, deductive databases or concurrent logic programming.
Read More