2.times {
print "Yes, I've used chunky bacon in my examples,"
print "but never again!"
}
One of the strangest tutorials to a programming language but really entertaining — especially if you don’t like the dry stuff about programming!
The guide is available at http://poignantguide.net/ruby/ and also in PDF format and its about Ruby and object oriented scripting language created in 1993 by Yukihiro Matsumoto (aka matz). One of its strongest points are the full metaprogramming options and the possibility to add methods to single class instances but also adding methods at runtime. This last option made Ruby a natural candidate for the Rails framework (ROR or Ruby on Rails).
“Unquestionably one of the funniest (and weirdest) introductions to a programming language ever” — David Heinemeier Hansson
Use the form below to add your relevant comments, suggestions. Be aware that I reserve the right to edit any raw language, abusive and/or inappropriate comments that's too far off topic or remove it all together.