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


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
The Haskell School of Expression: Learning Functional Programming through Multimedia
 
 

The Haskell School of Expression: Learning Functional Programming through Multimedia [ペーパーバック]

Professor Paul Hudak
5つ星のうち 5.0  レビューをすべて見る (1 カスタマーレビュー)
価格: ¥ 3,570 通常配送無料 詳細
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
通常1~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。

よく一緒に購入されている商品

この本とPurely Functional Data Structures ¥ 4,317 をあわせて買う

The Haskell School of Expression: Learning Functional Programming through Multimedia + Purely Functional Data Structures
合計価格: ¥ 7,887

これらの商品のうちの1つが他の商品より先に発送されます。 詳細の表示

  • 対象商品: The Haskell School of Expression: Learning Functional Programming through Multimedia

    通常1~3週間以内に発送します。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細

  • Purely Functional Data Structures

    在庫あり。 在庫状況について
    この商品は、Amazon.co.jp が販売、発送します。
    通常配送無料(一部の商品・注文方法等を除く) 詳細


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


商品の説明

内容説明

Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to.

Book Description

Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to.

登録情報

  • ペーパーバック: 382ページ
  • 出版社: Cambridge University Press; Reprint.版 (2000/06)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0521644089
  • ISBN-13: 978-0521644082
  • 発売日: 2000/06
  • 商品の寸法: 23.4 x 17.8 x 1.8 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (1 カスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 10,773位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

この本のなか見!検索より (詳細はこちら
書き出し
Programming, in its broadest sense, is problem solving. 最初のページを読む
その他の機能
頻出単語一覧
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

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


この商品につけられているタグ

 (詳細)
タグをクリックすると、タグがつけられた商品、タグをつけた人が表示されます。※タグは初期設定で公開になっています。詳しくはこちら
 

 

 

カスタマーレビュー

1レビュー
星5つ:
 (1)
星4つ:    (0)
星3つ:    (0)
星2つ:    (0)
星1つ:    (0)
 
 
 
 
 
おすすめ度
5つ星のうち 5.0 (1 カスタマーレビュー)
 
 
 
 
あなたの意見や感想を教えてください:
最も参考になったカスタマーレビュー

16 人中、15人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Haskeller にとっての SICP, 2004/8/24
レビュー対象商品: The Haskell School of Expression: Learning Functional Programming through Multimedia (ペーパーバック)
とてもよい本だと思います。 この本の、まずプログラミングと (2D) CG 両者の基礎となる部分を示し、それからプログラミングの知識とその実際の応用を交互に示すその繰り返しの中で、読者を Graphics や Animation のライブラリの内部実装まで登らせるのみならずその勢いに乗って Robot、Music といったものまでも扱っていく導きはとても巧みかつ大胆で、Multimedia を扱った Haskell 版の SICP と言ってもいいくらいだと私は思います。

ただし、SICP と違って普遍的なプログラミングの話ではなく Multimedia を扱っているというところが、入門者がこの本を使って Haskell を学ぶにあたり辛いところかもしれません。DSL や Reactive Programming などといった入門書としては大胆なテーマを取り上げつつも、きちんと普通のプログラミングテクニックに対する解説となっているのですが、あっさりと解説を終えてあまり間をおかずに応用となっているがために、この本で学んでも Haskell が使えるようになったとは思えないというような意見もよく聞きます。

そういう方は一度この本を離れて、別の本で学んでから戻ってくるのはどうでしょうか? きっとこの本が宝の山であることに気がつくと思いますよ。
レビューを評価してください 
このレビューは参考になりましたか? はい いいえ

あなたの意見や感想を教えてください: 自分のレビューを作成する
 
 
この商品のカスタマーレビューだけを検索する



クチコミ

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

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

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


リストマニア

リストを作成

関連商品を探す


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


フィードバック


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