DESCR-main 665 B

123456789101112131415161718
  1. Ruby is the interpreted scripting language for quick and
  2. easy object-oriented programming. It has many features to
  3. process text files and to do system management tasks (as in
  4. Perl). It is simple, straight-forward, and extensible.
  5. Features of Ruby are shown below.
  6. - Simple Syntax
  7. - *Normal* Object-Oriented features(ex. class, method calls)
  8. - *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
  9. - Operator Overloading
  10. - Exception Handling
  11. - Iterators and Closures
  12. - Garbage Collection
  13. - Dynamic Loading of Object files(on some architecture)
  14. - Highly Portable(works on many UNIX machines, and on DOS,
  15. Windows, Mac, BeOS etc.)