Bug 4504 - new OOP scripting language ports
Summary: new OOP scripting language ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-09-10 02:40 UTC by usagi
Modified: 1997-09-11 10:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description usagi 1997-09-10 02:40:01 UTC
* What's Ruby

Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
perl).  It is simple, straight-forward, and extensible.

* Features of ruby

  + Simple Syntax
  + *Normal* Object-Oriented features(ex. class, method calls)
  + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
  + Operator Overloading
  + Exception Handling
  + Iterators and Closures
  + Garbage Collection
  + Dynamic Loading of Object files(on some architecture)
  + Highly Portable(works on many UNIX machines)

How-To-Repeat: Ruby's Home Page 

 http://www.netlab.co.jp/ruby/

Please visit this site.
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1997-09-11 10:51:43 UTC
State Changed
From-To: open->closed


Imported with a couple of minor changes, thanks. 

If there's any documentation apart from the home page, could you 
please add that to the port?