0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (7)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

The Little Learner - A Straight Line to Deep Learning (Paperback): Daniel P. Friedman, Anurag Mendhekar The Little Learner - A Straight Line to Deep Learning (Paperback)
Daniel P. Friedman, Anurag Mendhekar
R1,496 R1,336 Discovery Miles 13 360 Save R160 (11%) Ships in 9 - 15 working days
Essentials of Programming Languages (Hardcover, third edition): Daniel P. Friedman, Mitchell Wand Essentials of Programming Languages (Hardcover, third edition)
Daniel P. Friedman, Mitchell Wand
R2,423 R2,131 Discovery Miles 21 310 Save R292 (12%) Ships in 9 - 15 working days

This book provides students with a deep, working understanding of the essential concepts of programming languages. Most of these essentials relate to the semantics, or meaning, of program elements, and the text uses interpreters (short programs that directly analyze an abstract representation of the program text) to express the semantics of many essential language elements in a way that is both clear and executable. The approach is both analytical and hands-on. The book provides views of programming languages using widely varying levels of abstraction, maintaining a clear connection between the high-level and low-level views. Exercises are a vital part of the text and are scattered throughout; the text explains the key concepts, and the exercises explore alternative designs and other issues. The complete Scheme code for all the interpreters and analyzers in the book can be found online through The MIT Press Web site. For this new edition, each chapter has been revised and many new exercises have been added. Significant additions have been made to the text, including completely new chapters on modules and continuation-passing style. Essentials of Programming Languages can be used for both graduate and undergraduate courses, and for continuing education courses for programmers.Daniel P. Friedman is Professor of Computer Science at Indiana University and is the author of many books published by The MIT Press, including The Little Schemer (fourth edition, 1995), The Seasoned Schemer (1995), A Little Java, A Few Patterns (1997), each of these coauthored with Matthias Felleisen, and The Reasoned Schemer (2005), coauthored with William E. Byrd and Oleg Kiselyov. Mitchell Wand is Professor of Computer Science at Northeastern University.

The Little Typer (Paperback): Daniel P. Friedman, David Thrane Christiansen The Little Typer (Paperback)
Daniel P. Friedman, David Thrane Christiansen; Illustrated by Duane Bibby; Foreword by Robert Harper; Afterword by Conor McBride
R1,108 R1,009 Discovery Miles 10 090 Save R99 (9%) Ships in 9 - 15 working days

An introduction to dependent types, demonstrating the most beautiful aspects, one step at a time. A program's type describes its behavior. Dependent types are a first-class part of a language, and are much more powerful than other kinds of types; using just one language for types and programs allows program descriptions to be as powerful as the programs they describe. The Little Typer explains dependent types, beginning with a very small language that looks very much like Scheme and extending it to cover both programming with dependent types and using dependent types for mathematical reasoning. Readers should be familiar with the basics of a Lisp-like programming language, as presented in the first four chapters of The Little Schemer. The first five chapters of The Little Typer provide the needed tools to understand dependent types; the remaining chapters use these tools to build a bridge between mathematics and programming. Readers will learn that tools they know from programming-pairs, lists, functions, and recursion-can also capture patterns of reasoning. The Little Typer does not attempt to teach either practical programming skills or a fully rigorous approach to types. Instead, it demonstrates the most beautiful aspects as simply as possible, one step at a time.

The Little Schemer (Paperback, fourth edition): Daniel P. Friedman, Matthias Felleisen The Little Schemer (Paperback, fourth edition)
Daniel P. Friedman, Matthias Felleisen
R1,142 R1,035 Discovery Miles 10 350 Save R107 (9%) Ships in 9 - 15 working days

drawings by Duane Bibbyforeword by Gerald J. SussmanThe notion that "thinking about computing is one of the most exciting things the human mind can do" sets both The Little Schemer (formerly known as The Little LISPer) and its new companion volume, The Seasoned Schemer, apart from other books on LISP. The authors' enthusiasm for their subject is compelling as they present abstract concepts in a humorous and easy-to-grasp fashion. Together, these books will open new doors of thought to anyone who wants to find out what computing is really about. The Little Schemer introduces computing as an extension of arithmetic and algebra;things that everyone studies in grade school and high school. It introduces programs as recursive functions and briefly discusses the limits of what computers can do. The authors use the programming language Scheme, and interesting foods to illustrate these abstract ideas. The Seasoned Schemer informs the reader about additional dimensions of computing: functions as values, change of state, and exceptional cases. The Little LISPer has been a popular introduction to LISP for many years. It had appeared in French and Japanese. The Little Schemer and The SeasonedSchemer are worthy successors and will prove equally popular as textbooks for Scheme courses as well as companion texts for any complete introductory course in Computer Science.

The Reasoned Schemer (Paperback, second edition): Daniel P. Friedman, William E Byrd, Oleg Kiselyov, Jason Hemann The Reasoned Schemer (Paperback, second edition)
Daniel P. Friedman, William E Byrd, Oleg Kiselyov, Jason Hemann; Illustrated by Duane Bibby; Foreword by …
R1,141 R1,034 Discovery Miles 10 340 Save R107 (9%) Ships in 9 - 15 working days

A new edition of a book, written in a humorous question-and-answer style, that shows how to implement and use an elegant little programming language for logic programming. The goal of this book is to show the beauty and elegance of relational programming, which captures the essence of logic programming. The book shows how to implement a relational programming language in Scheme, or in any other functional language, and demonstrates the remarkable flexibility of the resulting relational programs. As in the first edition, the pedagogical method is a series of questions and answers, which proceed with the characteristic humor that marked The Little Schemer and The Seasoned Schemer. Familiarity with a functional language or with the first five chapters of The Little Schemer is assumed. For this second edition, the authors have greatly simplified the programming language used in the book, as well as the implementation of the language. In addition to revising the text extensively, and simplifying and revising the "Laws" and "Commandments," they have added explicit "Translation" rules to ease translation of Scheme functions into relations.

The Seasoned Schemer (Paperback, second edition): Daniel P. Friedman, Matthias Felleisen The Seasoned Schemer (Paperback, second edition)
Daniel P. Friedman, Matthias Felleisen; Illustrated by Duane Bibby; Foreword by Guy Lewis Steele Jr.
R1,290 R1,161 Discovery Miles 11 610 Save R129 (10%) Ships in 9 - 15 working days

drawings by Duane Bibbyforeword and afterword by Guy L. Steele Jr.The notion that "thinking about computing is one of the most exciting things the human mind can do" sets both The Little Schemer (formerly known as The Little LISPer) and its new companion volume, The Seasoned Schemer, apart from other books on LISP. The authors' enthusiasm for their subject is compelling as they present abstract concepts in a humorous and easy-to-grasp fashion. Together, these books will open new doors of thought to anyone who wants to find out what computing is really about. The Little Schemer introduces computing as an extension of arithmetic and algebra;things that everyone studies in grade school and high school. It introduces programs as recursive functions and briefly discusses the limits of what computers can do. The authors use the programming language Scheme, and interesting foods to illustrate these abstract ideas. The Seasoned Schemer informs the reader about additional dimensions of computing: functions as values, change of state, and exceptional cases. The Little LISPer has been a popular introduction to LISP for many years. It had appeared in French and Japanese. The Little Schemer and The SeasonedSchemer are worthy successors and will prove equally popular as textbooks for Scheme courses as well as companion texts for any complete introductory course in Computer Science.

The Little Prover (Paperback): Daniel P. Friedman, Carl Eastlund The Little Prover (Paperback)
Daniel P. Friedman, Carl Eastlund; Illustrated by Duane Bibby; Foreword by J. Strother Moore; Afterword by Matthias Felleisen
R1,152 R1,045 Discovery Miles 10 450 Save R107 (9%) Ships in 9 - 15 working days

An introduction to writing proofs about computer programs, written in an accessible question-and-answer style, complete with step-by-step examples and a simple proof assistant. The Little Prover introduces inductive proofs as a way to determine facts about computer programs. It is written in an approachable, engaging style of question-and-answer, with the characteristic humor of The Little Schemer (fourth edition, MIT Press). Sometimes the best way to learn something is to sit down and do it; the book takes readers through step-by-step examples showing how to write inductive proofs. The Little Prover assumes only knowledge of recursive programs and lists (as presented in the first three chapters of The Little Schemer) and uses only a few terms beyond what novice programmers already know. The book comes with a simple proof assistant to help readers work through the book and complete solutions to every example.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Pamper Fine Cuts in Gravy - Chicken and…
R12 R9 Discovery Miles 90
Pure Pleasure Sherpa Electric Blanket…
R999 R853 Discovery Miles 8 530
Brother LX27NT Portable Free Arm Sewing…
R3,999 R2,999 Discovery Miles 29 990
Bostik Super Clear Tape on Dispenser…
R44 Discovery Miles 440
Sylvanian Families - Walnut Squirrel…
R749 R579 Discovery Miles 5 790
Corsair Vengeance LPX DDR4 Desktop…
R1,691 R950 Discovery Miles 9 500
Baby Booster Car Seat (Black)
 (13)
R449 R345 Discovery Miles 3 450
Deadpool 2 - Super Duper Cut
Ryan Reynolds Blu-ray disc R54 Discovery Miles 540
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Monami 401 Tile Grout Coating Marker + 2…
R111 Discovery Miles 1 110

 

Partners