Import suse_libtiff-12.1 as emulators/suse121_libtiff.
[pkgsrcv2.git] / lang / ruby14 / DESCR
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
6 Features of Ruby are shown below.
7
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.)
18
19 Author: Matsumoto "matz" Yukihiro <matz@netlab.co.jp>