Re: [snobol] Re: SNOBOL at YAPC, the Perl conference
Mike Radow wrote:
> ... This is of _particular_note_, since Robert wrote a SNOBOL4-like
> set of pattern-matching routines for Ada. (These have since been
> translated to Java and, I think, also to Phython. _Phil_B_: ?Right?
> Please correct me on this, if reqd.:TIA!) ...
My Python package depends on my C translation of the Ada routines,
which could be embedded into Perl as well, by writing "XS" g(l)ue
(or any other means of calling C code from Perl). All it takes
is someone motivated. It "only" took 950 lines of C to glue the
library into Python.
I believe the fellow who wrote a SNOBOL3 implementation in Java (look
for the link on www.snobol4.org) did a Java port of the Ada code.
http://yapc10.org/yn2009/talk/1988 I really wanted to but I failed to make it to this talk. Three days is too few. I wind up averaging 2 or 3 hours of sleep...
I'm interested what "one" feature of SNOBOL supposedly isn't in Perl... My suspicion is that there is a lot more than that, including things like user-defined...
Well, one of the great things about S'BOL is the comparatively simple, regular, orthogonal structure and syntax, which makes S'BOL so comparatively ...
... Don't preach to the choir... take the message to the streets! There used to be a newsletter circulating not long ago with clever SNOBOL and applications...
... I don't consider it particularly "interesting" to do anything to support Perl, not even in a left-handed way. If you actually start trying to do that,...
Hi Gordon, et al. I had to reply to this for i have been a long lover of Snobol/Spitbol and it pains no one more than me that it has not garnered the praise...
... I don't follow the Python and Ruby communities very closely, but this "especially Perl" intrigues me. I sent over links to two talks at Perl cons about...
... Well, the feature in question was user defined operators, something that Perl users would *love* to have and talk about often. I know there's more than one...
- ... - ... - Nicely put & I concur 100%. The result, after more than a decade of users' contributions, is a *huge* and accessible repository. + It is called...
A few quick reactions.... 1) the same inter-operability would seem to apply to .NET-compatible languages. And (at least initially) there are probably more of...
... http://pmichaud.com/2009/pres/ has some good talks on getting started with PGE, the Parrot Grammar Engine, and the other tools for bootstrapping languages...
- ... - ... - I'll _support_ anything that makes life easier! The magnitude of projects like Parrot (and Mono and Portable, too) makes it remarkable that a...
... Yes, I'm Scott Walters. Or SWALTERS on CPAN. I have a strong typing (C++ or Java style types) implementation for Perl, among other things. Yahoo! was...
FWIW, it is my understanding that the Ada routines for pattern matching implement a subset of full SNOBOL pattern matching capabilities, and even that with...
... My Python package depends on my C translation of the Ada routines, which could be embedded into Perl as well, by writing "XS" g(l)ue (or any other means of...
- ... - ... - ... - Figured as much, from your knowledge & informed comments about Perl... [big snip] ... - I did _not_ know this: The source of the CPAN...