root/ext/Set/README

Revision 5284, 0.6 kB (checked in by iblech, 4 years ago)

* Continued chromatic++'s work of s/Perl6/Perl 6/ in lib/, ext/, and docs/.
* Fixed alignment in READTHEM.

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1README for Set Perl 6 extension
2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3Sets are a basic language construct.  They are in the core Perl
4language as junctions, but to many the syntax is confusing.
5
6This module presents Sets as objects, using an interface similar to
7the Set::Object and Set::Scalar CPAN modules.
8
9Some people might detest the use of a top level namespace for this
10module, but I think a Set is a top level thing.  No doubt this is why
11they are in core as junctions.
12
13This module will try to provide both a Role and an implementation for
14Sets, once I figure out the syntax :-)
15
16 - mugwump
Note: See TracBrowser for help on using the browser.