Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Magic of Ruby

The Magic of Ruby

My Presentation in ILUGC about Ruby programming language

Karthikeyan A K

October 13, 2012
Tweet

More Decks by Karthikeyan A K

Other Decks in Programming

Transcript

  1. Why Ruby? • Student Ranking in 40 lines of code

    • Takes less than 2 days to learn!! • Fully object oriented • Excellent Community • Is Ruby > Python > Perl
  2. Why Ruby? • Student Ranking in 40 lines of code

    • Takes less than 2 days to learn!! • Fully object oriented • Excellent Community • Is Ruby > Python > Perl
  3. Ruby on Rails class Post < ActiveRecords::Base has_many :comments end

    class Comment < ActiveRecords::Base belongs_to :post end
  4. Help Ruby • No ruby Game Engine • Ruby GTK

    3 is still not there – Determined to contribute – Inviting ILUGC members
  5. Links • http://ruby-lang.org • http://rubyonrails.org • http://is.gd/r2012 – My ruby

    book – Slammed by ILUGC – Need help to improve quality – Port it to true GFDL