openbsd-ports/lang/ruby/pkg/DESCR
espie f6e7d0b7bb Fix thinko
(need to update to 1.5)
2000-07-04 13:47:55 +00:00

13 lines
334 B
Plaintext

Ruby looks like a promising interpreted language.
It shamelessly borrows from perl. Even though
there are differences, perl users will find it easy
to learn.
Some features:
- object oriented
- built-in threads and mutexes
- `mark and sweep' gc that makes it easy to add modules
- faster than perl
See ${HOMEPAGE} for more details.