This is a minimalist subset of Tcl, implememted in Haskell. The inspiration comes from Picol, by Salvatore "antirez" Sanfilippo, a minimalist subset of Tcl in around 500 lines of ANSI C: blog: http://antirez.com/page/picol.html code: http://antirez.com/picol/picol.c.txt I'm trying to write a similar subset of Tcl in Haskell. I'm not trying for an exact duplicate of antirez's Picol, merely his style, and I think I may extend Picol, so I'm calling it Picol501. Next I'd like to try some more implementation languages, perhaps Scala, Clojure, and Scheme. Taste and Enjoy! strick