
無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
The Reasoned Schemer (MIT Press) ペーパーバック – イラスト付き, 2018/3/2
購入オプションとあわせ買い
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.
- 本の長さ206ページ
- 言語英語
- 出版社MIT Press
- 発売日2018/3/2
- 対象読者年齢18 歳以上
- 寸法22.61 x 17.53 x 1.02 cm
- ISBN-100262535513
- ISBN-13978-0262535519
この商品を買った人はこんな商品も買っています
商品の説明
レビュー
"Some programmers are particularly fascinated by new ways of thinking about programming and computation. But few programmers have much experience with logic programming, and fewer still understand its essence. There has never been a more engaging presentation of this material, or a clearer view all the way to the bottom. Like the other Little books, this book is sure to broaden your horizons. And in fact, this one has the broadest horizons yet."--Matt Hellige, Researcher, Accenture Technology Labs
"The Little books are unique in the way they combine deep and subtle ideas with hands-on humorous presentation. "The Reasoned Schemer, " the latest book in the series, is no exception. Friedman, Byrd, and Kiselyov provide a unique presentation of many of the ideas behind logic programming, which is developed as a natural--though subtle--extension of functional programming. For perfecting your programming skills and style you cannot do better than sit at the feet of Friedman and Kiselyov."--Ehud Lamm, Founder of 'Lambda the Ultimate, ' the programming languages weblog
著者について
William E. Byrd is a scientist in the Department of Computer Science at the University of Alabama at Birmingham.
Oleg Kiselyov is Assistant Professor in the Graduate School of Information Sciences at Tohoku University, Japan.
Jason Hemann is a PhD candidate in the School of Informatics, Computing, and Engineering at Indiana University.
Gerald Jay Sussman is Panasonic Professor of Electrical Engineering at MIT.
登録情報
- 出版社 : MIT Press; 第2版 (2018/3/2)
- 発売日 : 2018/3/2
- 言語 : 英語
- ペーパーバック : 206ページ
- ISBN-10 : 0262535513
- ISBN-13 : 978-0262535519
- 対象読者年齢 : 18 歳以上
- 寸法 : 22.61 x 17.53 x 1.02 cm
- Amazon 売れ筋ランキング: - 226,172位洋書 (洋書の売れ筋ランキングを見る)
- - 137位Digital Law
- - 219位AI Robotics
- - 2,176位Computer Programming Language & Tool
- カスタマーレビュー:
著者について

著者の本をもっと発見したり、よく似た著者を見つけたり、著者のブログを読んだりしましょう
-
トップレビュー
上位レビュー、対象国: 日本
レビューのフィルタリング中に問題が発生しました。後でもう一度試してください。
読者として2つのグループを想定しているようです。ひとつは miniKANREN 上のプログラミングを通して論理型プログラミングを学ぶグループです。もうひとつは巻末の miniKANREN 作成から処理系の作成を学ぶグループです。前者の場合には予備知識は不要ですが、後者の場合にはマクロ等に関する深い知識が必要です。 SICP や On Lisp を読み終わっているぐらいの知識が必要だと思います。
自分のスキルアップとともに読み取れる内容がどんどん深くなっていくのが処理系作成の醍醐味です。自分の Scheme のスキルを確認するために何度か読み返してみると新しい発見ができる面白い本だと思います。Clause and Effect と一緒に読むと Prolog を学びやすいのでお勧めです。
他の国からのトップレビュー

Non logic programming basically works from the notion of imperative data flow. This is generally represented by the concept of a function. A function takes a argument and returns a value, it takes input variables and returns output variables. A logic program creates a relation (not a function) between a set of variables. If you had a two input function, with one output, you could represent this as a logic program relation of three variables. Two of those relation variables would be what were the two inputs to the function, the third variable would be the output of the function. Here is the kicker though. You can provide concrete values for any number of those variable in any order and ask the relation what the other variables might be. At the simplest level, this means that you might run your function "backwards" (from the output to the input). But really, it means that you can ask any question relating to those variables (conceptually). Now, realistically, it is not as easy as that. Some relations may never terminate (return a answer), some grow too large and barf (overflow), some may not complete for various other reasons. It can be more complex to actually write a logical relation than a function, this must be balanced against the fact that the relation is far more powerful than the function.
If you want a primer for logical programing, this book is probably worth your time. It takes you through writing many of the fundamental parts of a logical relation. The only thing I think it really skips is the actual unification (= x y) primitive itself, which I believe it uses as a given. You can learn quite a bit by reading this code slowly and carefully. Note however, that you must complete every step of the question/answer pairings! Skimming this book will not work (unless you already know it). Really, these concepts build on each other. It is a rather small (page number and physically) book, but it will take far more time to really go through then its size would suggest. Read and work through for the purpose of understanding, and I think you will really get a good backing in logic programming, and probably enjoy yourself as well!
Note: The above statements applied to the paper edition.
The Kindle version of this Book is pure garbage. Here I am, on a 2016 Macbook Pro with a Retina Display and I can barely read the damn thing. I tried reading on my Android, just awful. I tried on my Windows PC, same. A good deal of the information in this book is communicated by bolding and italics. These are incredibly difficult to see in the Kindle version. Shame on the publisher for releasing such an inferior thing to the public. Disappointed in Amazon for not enforcing minimum legibility standards on non free Kindle books. DO NOT EVEN CONSIDER BUYING THE KINDLE EDITION!

Das Buch erklärt leider nicht sehr viel in Prosa, es versucht eher die Welt von miniKanren durch viele Beispiele abzustecken, so wie man es in einer Deklarativen Sprache selbst machen würde. Es macht durchaus Spaß die Beispiele nachzuvollziehen und daraus zu lernen, erfordert aber noch einiges an Eigenleistung um es zu verstehen.

