Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / ruby193-base / DESCR
blobc37ee263cef6b6c71a29c3ad7be3128539683626
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.
6 Features of Ruby are shown below.
8   + Simple Syntax
9   + *Normal* Object-Oriented features (ex. class, method calls)
10   + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
11   + Operator Overloading
12   + Exception Handling
13   + Iterators and Closures
14   + Garbage Collection
15   + Dynamic Loading of Object files (on some architecture)
16   + Highly Portable (works on many UNIX machines, and on DOS,
17     Windows, Mac, BeOS etc.)
19 This package is Ruby 1.9.3 release minimum base package.