PackageDescription: NormalManure


Normal Manure

Last published: March 18, 2008 by 'tgriggs'

Defines 1 Classes
Extends 5 Classes


Adds the ability for all Collections to respond to arbitrary roman numeral messages. Prepending a _ to the seletor makes it be from the back. Methods are autogenerated and added for performance after a threshold (ten) of hits.

Example:

#(1 10 20 50 70) iv --> 50

Also, it can do tail based access, by putting a trailing underscore on the selector. Example:

'Hello world' vii_ --> $o

Methods may be upper, lower, or mixed case.