Ruby Comparisons

Ruby vs Python
  • Ruby: Ruby's OO-model uses implicit 'self'.
  • Python: Python's OO-model requires 'self' to be passed explicitly to all member functions.
  • (9 more points...)
Ruby vs C++
  • Ruby: Ruby is generally considered easier to program with.
  • C++: C++ is considered a hardcore language only used when performance is a critical factor.
  • (10 more points...)
Rails vs Django