ANN: Snobol 1.0

John J. Lee jjl at pobox.com
Thu Jul 26 17:20:30 EDT 2007


(Sorry if this appears twice, accidentally included c.l.py.announce
the first time where it was (correctly) rejected, not sure if that
means it didn't get through to c.l.py either).

greg <greg at cosc.canterbury.ac.nz> writes:

> Aahz wrote:
>> So adding
>> SNOBOL patterns to another library would be a wonderful gift to the
>> Python community...
>
> I wrote a module for Snobol-style pattern matching a
> while back, but didn't get around to releasing it.
> I've just put it on my web page:
>
> http://www.cosc.canterbury.ac.nz/greg.ewing/python/Snobol.tar.gz
>
> There's no manual yet, but there's a fairly complete
> set of docstrings and some test cases to figure it
> out from.

Interesting.

Would be nice if tarball contained a top-level directory rather than
unpacking directly into the current working directory -- people on
traditional (non-Mac) unixy systems don't expect that.  PEP 8-style
module name (snobol.py not Snobol.py) would be nice too.


John



More information about the Python-list mailing list