Ruby (programming language)/External Links: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (→Links) |
imported>Pat Palmer (→Links) |
||
Line 10: | Line 10: | ||
*[[http://alliance.seas.upenn.edu/~cis700/Lectures/7-ruby-features.ppt|Assorted Ruby Features]] (Powerpoint lecture) | *[[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/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 | ||
* 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]] | ||
* A good help site: [[http://www.ruby-doc.org/|http://www.ruby-doc.org/]] | * A good help site: [[http://www.ruby-doc.org/|http://www.ruby-doc.org/]] |
Revision as of 18:44, 12 September 2007
Tools
Links
- Ruby creator Matsumoto (Matz) blog (Google-translated to English)
- Official Ruby API
- Official Ruby home page
- [Ruby Features] (Powerpoint lecture)
- [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)