2007-09-12から1日間の記事一覧

ソフトウェア第三 講義資料 http://www.jsk.t.u-tokyo.ac.jp/~inaba/soft3/index-j.html ソフトウェア特論 http://www.jsk.t.u-tokyo.ac.jp/~inaba/soft4/index-j.html

http://www.issei.org/programming/boost/more/generic_programming.htm http://boost.cppll.jp/HEAD/libs/concept_check/prog_with_concepts.htm http://kakutani.com/trans/fowler/injection.html http://codezine.jp/a/article/aid/1622.aspx http://www.…

合宿

うはー,参加できんのかな。 ちょっと微妙だ。。 入院のせいでバイトの案件がDEATHエリアに入ってる(お客さん切れ気味?)&そもそも体調が全快でない。。 申し込みの都合上決断は明日まで。 悩める・・・めっちゃ出たい・・・

(carに対して : 残りのリストに対して) mapcar : maplist mapc : mapl mapcan : mapcon (setq a '(1 2 3 4 5 6 7 8)) (mapcan #'(lambda (x) (if (evenp x) (list x))) a) -> (2 4 6 8) (defun mapcan2 (fn lst) (apply #'nconc (mapcar fn lst))) 集合 (set…

本物・・・?