Version 1 of snobol

Updated 2003-12-31 04:38:36

Having actually tried to learn this language, I'm astounded by its pattern matching facilities. Makes grep look primitive.

Being a slow starter with tcl, where would I start trying to

  1. write a snobol interpreter in tcl, or
  2. write snobol pattern matching tools in tcl?

BMA