Hacker News new | ask | show | jobs
by spindle 1409 days ago
Yes! http://antirez.com/articoli/tclmisunderstood.html

(I know you meant post at the top level, but I don't do that and don't have time to look up the rules for doing that.)

1 comments

That's always a great read. The last time I stumbled across it I decided to write my own "TCL", and I had a few weeks of fun doing that, in golang:

https://github.com/skx/critical/

It's a little addictive writing toy-interpreters for various (older and simpler) languages.