|
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 | |
|---|
| 1 | README for Set Perl 6 extension |
|---|
| 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | Sets are a basic language construct. They are in the core Perl |
|---|
| 4 | language as junctions, but to many the syntax is confusing. |
|---|
| 5 | |
|---|
| 6 | This module presents Sets as objects, using an interface similar to |
|---|
| 7 | the Set::Object and Set::Scalar CPAN modules. |
|---|
| 8 | |
|---|
| 9 | Some people might detest the use of a top level namespace for this |
|---|
| 10 | module, but I think a Set is a top level thing. No doubt this is why |
|---|
| 11 | they are in core as junctions. |
|---|
| 12 | |
|---|
| 13 | This module will try to provide both a Role and an implementation for |
|---|
| 14 | Sets, once I figure out the syntax :-) |
|---|
| 15 | |
|---|
| 16 | - mugwump |
|---|