The Little Schemer by Daniel P. Friedman, Duane Bibby, Gerald J. Sussman, Matthias Felleisen

The Little Schemer



Download eBook




The Little Schemer Daniel P. Friedman, Duane Bibby, Gerald J. Sussman, Matthias Felleisen ebook
ISBN: 0262560992, 9780262560993
Publisher: MIT
Format: djvu
Page: 211


I've finished working my way through The Little Schemer, plus many of the exercises from The Little Lisper. (x) (not (listp x))) (defun lat? It isn't a traditional programming book for learning a language, but rather uses Scheme to teach programming constructs. In this case, the main topic is recursion. (cdr l))) (nil))) (defun member? To try out the examples from The Little Schemer, you must first download1 PLT-Scheme. The little schemer exercise all chapter. Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 China Mainland License. (a lat) (cond ((null lat) nil) ((eq a (car lat)) t) ((member? Mea culpa, I stopped after the first chapter and I am now going through "The Little Schemer," after having learn Clojure. (l) (cond ((null l) t) ((atom (car l)) (lat? Friedman, Duane Bibby, Gerald J. The Little Schemer is a cool little book. This will install DrScheme, which is the IDE you will use to type in the Scheme examples.