RAA - perlvalue

perlvalue / 0.1.0

Short description: PerlValue
Category: Library/Syntax
Status: just started
Created: 2001-07-16 01:18:10 GMT
Last update: -
Owner: Taku Nakajima (Projects of this owner)
Homepage: http://walrus-ruby.hoops.ne.jp/perlvalue/
Download: http://walrus-ruby.hoops.ne.jp/perlvalue/perlvalue.rb
License: Ruby's
Dependency:
None
Description:

PelrValue is a Ruby class that simulate Perl's Containor(Array and Hash).
With PerlValue, you can generate any data structures on the fly.

a = PerlValue.new
a[0].name = "Ruby"
a[0].creator = "matz"
a[0].ancestors << "smallTalk" << "perl"

Edit this project (for project owner)

back to RAA top