2008-05-01から1ヶ月間の記事一覧

P27 Essentials of Programming Languages

1.2.4 Exercises Exercise 1.17 [***] (1.- 3.)

[Book][Lisp][AI] P211-214 PAIP

6.5 GPS as Search 6.6 History and References

P26 Essentials of Programming Languages

1.2.4 Exercises Exercise 1.16 [**] (1.- 5.)

P24-25 Essentials of Programming Languages

1.2.4 Exercises Exercise 1.15 [*] (1.-10.)

第109回素人くさいSICP読書会

P232-234 @月島某所 参加者 6 名 (builtin * 1) Exercise 4.20 ふじもとさんが発表 Exercise 4.21 Y-combinator 未満 引数に渡された手続が運ばれて行くのがポイント おおもりさんがプログラムの意味を説明させられていた misc スタックオーバーフローを意図…

[Book][Prolog][AI] P72-78 The Art Of Prolog

3.4 Binary Trees

P206-211 PAIP

6.4 A Set of Searching Tools Searching Graphs

P22-24 Essentials of Programming Languages

1.2.3 Other Patterns of Recursion Exercise 1.14

P204-205 PAIP

6.4 A Set of Searching Tools Guessing versus Guranteeing a Good Solution

[Book][Prolog][AI] P65-72 The Art Of Prolog

3.3 Composing Recursive Programs

第108回素人くさいSICP読書会

P231-232 @東京大学大学院情報理工学系研究科創造情報学専攻 秋葉原拠点 参加者 8 名 Exercise 4.18 (delay dy) の所が問題になるっぽいけど... e1 と e2 の評価順序が不定の時に一体何が起きるのか. dy の値が滅茶苦茶になった後に y が評価されると困る…

P200-204 PAIP

6.4 A Set of Searching Tools Search Paths

P16-22 Essentials of Programming Languages

1.2.2 Some Important Examples Exercise 1.8 remove Exercise 1.9 subst Exercise 1.10-12 notate-depth Exercise 1.13

第7回 IIR 読書会

P109-134 5 Index compression @株式会社百度 (Baidu) 会議室(六本木ヒルズ20F) 参加者 17 名 前回の復習 6.1 Parametric and zone indexes 6.1.1 Weighted zone scorint 線形結合 ;; 要するに足し算 各ゾーンについて,足すと 1 になるように weight を決め…

[Book][Prolog][AI] P56-65 The Art Of Prolog

3.2 Lists

第107回素人くさいSICP読書会

P231 @コントロールプラス株式会社 参加者 8 名 (builtin * 1) なかやまさんと naoya_t さんが久しぶりに復帰 Exercise 4.16 おおもりさんが宿題を発表 quote問題 結局問題の箇所は, (list 'quote '*unassigned*) とすれば良い. Exercise 4.17 ホワイトボ…

P188-199 PAIP

6.4 A Set of Searching Tools Searching Trees Guiding the Search

[Book][Prolog][AI] P45-56 The Art Of Prolog

3 Recursive Programming 3.1 Arithmetic

P11-16 Essentials of Programming Languages

1.2.1 Deriving Programs from BNF Data Specifications Exercise 1.5-7 eopl:error は Gauche だと errorf で代用可能

[Book][Prolog][AI] P42-44 The Art Of Prolog

2.4 Logic Programs and the Relational Database Model 2.5 Background

第106回素人くさいSICP読書会

P230-231 @コントロールプラス株式会社 紅茶とチョコレートごちそうさまでした 参加者 6 名 (builtin * 1) Exercise 4.16 make-procedure につっこめば変換は一度で良い. procedure-body はセレクターなので,変換回数が増える apply の度に呼ばれるのはイ…

P9-11 Essentials of Programming Languages

1.2 Recursively Specified Programs

P1-9 Essentials of Programming Languages

1 Inductive Sets of Data 1.1 Recursively Specified Data 1.1.1 Inductive Specification 1.1.2 Defining Sets of Values with Backus-Naur Form Exercise 1.1-3 1.1.3 Induction Exercise 1.4

P vii-xvii Essentials of Programming Languages

Forward Preface Kent Dybvig の The Scheme Programming Language をようやく読み終わったので,懲りずに別の Scheme 本をと思い EoPL を読み始めた.