Ruby (programming language)/External Links: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (→Links) |
imported>Pat Palmer (→Links) |
||
Line 8: | Line 8: | ||
* [http://www.ruby-doc.org/core/ Official Ruby API] | * [http://www.ruby-doc.org/core/ Official Ruby API] | ||
* [http://www.ruby-lang.org/en/ Official Ruby home page] | * [http://www.ruby-lang.org/en/ Official Ruby home page] | ||
* | * [http://alliance.seas.upenn.edu/~cis700/Lectures/7-ruby-features.ppt Assorted Ruby Features] (Powerpoint lecture) | ||
* | * [http://alliance.seas.upenn.edu/~cis700/Lectures/10-unit-testing-in-ruby.ppt Unit Testing in Ruby] (Powerpoint lecture) | ||
* [http://alliance.seas.upenn.edu/~cis700/ruby/concise-ruby.html A Concise Introduction to Ruby] - by Dr. David Matuszek, University of Pennsylvania | * [http://alliance.seas.upenn.edu/~cis700/ruby/concise-ruby.html A Concise Introduction to Ruby] - by Dr. David Matuszek, University of Pennsylvania | ||
* Zen Spider quick ref: [[http://www.zenspider.com/Languages/Ruby/QuickRef.html|http://www.zenspider.com/Languages/Ruby/QuickRef.html]] | * Zen Spider quick ref: [[http://www.zenspider.com/Languages/Ruby/QuickRef.html|http://www.zenspider.com/Languages/Ruby/QuickRef.html]] |
Revision as of 18:45, 12 September 2007
Tools
Links
- Ruby creator Matsumoto (Matz) blog (Google-translated to English)
- Official Ruby API
- Official Ruby home page
- Assorted Ruby Features (Powerpoint lecture)
- Unit Testing in Ruby (Powerpoint lecture)
- A Concise Introduction to Ruby - by Dr. David Matuszek, University of Pennsylvania
- Zen Spider quick ref: [[1]]
- A good help site: [[2]]
- Slagell's Ruby user's guide: %newwin% [[3]]
Online books
- http://alliance.seas.upenn.edu/~cis700/Lectures/
- Learning to Program - by Chris Pine
- Programming Ruby: The Pragmatic Programmer's Guide (fully indexed, slightly out of date)