看板 [ Ruby ]
討論串[Ruby] recursive lambda
共 8 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者godfat (godfat 真常)時間17年前 (2007/04/16 23:54), 編輯資訊
1
0
3
內容預覽:
附帶連結版:1) http://blog.godfat.idv.tw/2007/04/ruby-recursive-lambda.html. 2) http://lightyror.thegiive.net/2007/04/ruby-recursive-lambda.html. [Ruby] rec
(還有6359個字)

推噓3(3推 0噓 0→)留言3則,0人參與, 最新作者Etude ( )時間17年前 (2007/04/20 10:40), 編輯資訊
1
0
2
內容預覽:
純粹使用 lambda 的方法:. fix = lambda {|f|. lambda {|x| f[lambda {|y| x[x][y]}]. }[lambda {|x| f[lambda {|y| x[x][y]}]}]. }. f = lambda {|this|. lambda {|x|
(還有122個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者noctem (noctem)時間17年前 (2007/04/23 19:57), 編輯資訊
2
0
1
內容預覽:
http://en.wikipedia.org/wiki/Y_combinator. Wikipedia 上說這個叫做 Z combinator.. Y combinator 則是 Y = \f . (\x . f (x x)) (\x . f (x x)). 但 strict 的語言沒法直接用 Y

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者kojilin時間17年前 (2007/04/23 20:42), 編輯資訊
0
0
2
內容預覽:
ohoh感謝. 我是看這邊. http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/20469. Y = proc { |builder|. proc { |f| f.call(f) } \. .call ( proc { |f|.
(還有52個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者godfat (godfat 真常)時間17年前 (2007/04/24 01:43), 編輯資訊
2
0
3
內容預覽:
開了一個 ludy project 來玩…(採 Apache License 2.0). http://ludy.rubyforge.org/. http://rubyforge.org/projects/ludy/. 結果不會用 svn 被搞死了 Orz. 有人可以稍微教一下嗎? @_@. 想全部
(還有958個字)
首頁
上一頁
1
2
下一頁
尾頁