作为一名C++程序员,在看过Programming Ruby几个月,并且写了一些脚本后,昨天看了下面几篇好文,对C++程序员学习ruby比较有帮助,推荐给大家。
1.ruby的语言特性和容易让人迷惑的地方
[url]http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/[/url]
2.ruby和C/C++的区别和相同之处
[url]http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/to-ruby-from-c-and-c-/[/url]
3.ruby中重要的闭包(blocks或者closures)
[url]http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/[/url]
[url]http://martinfowler.com/bliki/Closure.html[/url]
1.ruby的语言特性和容易让人迷惑的地方
[url]http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/[/url]
2.ruby和C/C++的区别和相同之处
[url]http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/to-ruby-from-c-and-c-/[/url]
3.ruby中重要的闭包(blocks或者closures)
[url]http://rubylearning.com/blog/2007/11/30/akitaonrails-on-anatomy-of-ruby-blocksclosures/[/url]
[url]http://martinfowler.com/bliki/Closure.html[/url]
本文为C++程序员提供了一条学习Ruby的路径,通过对比两种语言的特点和区别,介绍了Ruby的重要概念如闭包等。
4907

被折叠的 条评论
为什么被折叠?



