Well, as long as I'm on a Griswold kick, thought I'd send along the links for the SNOBOL language. SNOBOL is quite adept at string handling (regular expressions seemed to have been inspired by this language). Some do consider pattern matching to be a language within the language.
SNOBOL is showing it's age, though, as structured programming is not really supported - GoTo's all over the place. (I tried OO in the language with limited success). The flexibility in the pattern matching does not quite carry over into the structuring of the language.
The one thing it does have going for it, though, is that the language is fairly simple and can be learned pretty quickly. The free Vanilla SNOBOL compiler can be downloaded here if you're interested in exploring the language.
Posted to "" by Chris Rathman on 1/17/01; 8:13:07 AM
|
|