Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Lisp
 
イメージを拡大
 

Lisp [ペーパーバック]

Patrick Winston , Berthold Horn
5つ星のうち 5.0  レビューをすべて見る (1 カスタマーレビュー)
価格: ¥ 5,060 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
1点在庫あり。ご注文はお早めに。
2012/5/30 水曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


この商品を買った人はこんな商品も買っています


商品の説明

内容説明

This third edition is a revised and expanded version of Winston and Horn's best-selling introduction to the Lisp programming language and to Lisp-based applications, many of which are possible as a result of advances in Artificial Intelligence technology. The Knowledge You Need The new edition retains the broad coverage of previous editions that has made this book popular both with beginners and with more advanced readers -- coverage ranging from the basics of the language to detailed examples showing Lisp in practice. Based on the CommonLisp standard, this book also introduces CommonLisp's object system, CLOS, and the productivity-promoting techniques enabled by object-oriented programming. Application examples drawn from expert systems, natural language interfaces, and symbolic mathematics are featured, and new applications dealing with probability bounds, project simulation, and visual object recognition are introduced. Special Features of this Edition *Based on extensive teaching experience *Explains key problem solving paradigms, such as search, forward chaining, and problem reduction *Discusses constraint propagation, backward chaining, and key ideas in Prolog *Emphasizes procedure and data abstraction, and other points of programming style and practice *Covers cliches, mapping, streams, delayed evaluation, and techniques for better and faster procedure definition 0201083191B04062001

内容(「BOOK」データベースより)

本書は、WinstonとHornによるLISPの定本の原書第3版の全訳。人工知能分野で最も多く用いられているプログラミング言語LISPの入門から応用までをCOMMON LISPに全面的に変更し、ていねいに解説したものである。 --このテキストは、 単行本 版に関連付けられています。

登録情報

  • ペーパーバック: 611ページ
  • 出版社: Addison Wesley; 3版 (1989/1/1)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0201083191
  • ISBN-13: 978-0201083194
  • 発売日: 1989/1/1
  • 商品の寸法: 22.6 x 18.9 x 3.3 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (1 カスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 49,544位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

この商品を見た後に買っているのは?


類似した商品から提示されたタグ

 (詳細)
関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
 
(19)

 

カスタマーレビュー

星4つ
0
星3つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
2 人中、2人の方が、「このレビューが参考になった」と投票しています。
By アリラ=ポコテン VINE™ メンバー
形式:ペーパーバック|Amazonが確認した購入
この本の初版は、MacLISPで書かれていました。読みやすい英文で、内容もわかりやすく充実していました。
その第3版と言うことでCommonLISPにあわせて書き換えられたということなので購入しました。
MacLISPからCommonnLISPへの書き換えはそれほど大変な作業ではなかったのではないかと思いますが、改定にあたってかなりの量の書き増しがありました。厚さが初版本の2倍はあります。
LISPの教科書としてお勧めです。
このレビューは参考になりましたか?
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  13個のレビュー
49 人中、48人の方が、「このレビューが参考になった」と投票しています。
Old but still very good 2003/7/10
By James Arvo - (Amazon.com)
形式:ペーパーバック
Winston and Horn's "Lisp" is an old chestnut. It has stuck around, undergone several editions, and remains in print for a reason; it's a very clear and thorough introduction to programming in Lisp (and, beginning with the 2nd edition, it is specifically about Common Lisp, the most widely adopted dialect of Lisp). In fact, it's probably the best introduction to Lisp there is; yet it's not the right book for every beginning Lisp programmer.

This book is apparently intended for programmers who are not only new to Lisp, but fairly new to programming in general. Consequently, it would not be the ideal book for a seasoned programmer who already knows multiple languages and simply wants to learn one more. I suspect that such a person would find this book a bit on the pedantic side, as it covers basic concepts at length. A better place to start for experienced programmers would probably be Paul Graham's fine book "ANSI Common Lisp", or perhaps even, "Lisp in Small Pieces" by Christian Queinnec, which covers interpreters and compilers in addition to Lisp programming. If you are looking for a very complete reference on Common Lisp (as opposed to Scheme), then Guy Steele's book "Common Lisp, The Language" is the right choice; it's another old chestnut. Finally, if you are not set on Common Lisp, you may want to consider "Structure and Interpretation of Computer Programs", by Abelson, Sussman, and Sussman, which is a Scheme classic.

Winston & Horn's book has some very nice features. It not only covers all the basics, it also covers CLOS, the "Common Lisp Object System", which is to Common Lisp what C++ is to C; that is, it is an addition to Common Lisp (essentially a "layer") that allows the programmer to define classes, sub-classes (with inheritance), and methods. In my opinion, CLOS is by far the most compelling reason to use Common Lisp rather than Scheme. Winston & Horn also do an admirable job of explaining both "lexical" and "dynamic" scoping, with the former being the most important. In fact, it is essential to understand "lexical closures" before one can write effective Lisp programs, which is why Winston & Horn devote so much attention to them, even developing a kind of graphical representation for them.

Over all, this is a fine introduction to Common Lisp, and programming in general. It's an oldie but a goodie.

15 人中、15人の方が、「このレビューが参考になった」と投票しています。
Up and down 1999/8/16
By カスタマー - (Amazon.com)
形式:ペーパーバック
For a beginner, the first 15 or so chapters of this book are a good introduction to Common Lisp. After that, however, it shifts gears and turns into an AI book that uses Lisp. Perhaps this is not surprising since it was written by two gents from MIT's famed AI Lab, but I was interested in learning Lisp, not AI. I really think that the last half should have focused on the parts of CL that were skipped in the begining.
14 人中、13人の方が、「このレビューが参考になった」と投票しています。
Good for learning, not for reference 1998/8/24
By Tony Pittarese - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
This is a good book to use if this is your first introduction to programming in LISP. Although some of the examples are a bit elementary, it is a good introduction to the language. The most frustrating thing is trying to use the book as a reference. The index is poor and due to the book's organization it makes looking up things a nightmare. If you're going to buy this book, buy a good reference book to go with it.
カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア


関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換