[–] davidw 10y ago ↗ Err.... there's nothing there? Calling 'eval' is just using the existing machinery already in place, it's not really an interpreter.Tcl is a pretty easy language to create an interpreter for:* Jim: http://jim.tcl.tk/index.html/doc/www/www/index.html - originally written by antirez, now maintained by others.* Hecl: something I wrote in Java, for mobile phones. Not much maintained any more. https://github.com/davidw/hecl/tree/master [–] hyperhopper 10y ago ↗ Its probably a parody of https://github.com/thejameskyle/the-super-tiny-compiler
[–] hyperhopper 10y ago ↗ Its probably a parody of https://github.com/thejameskyle/the-super-tiny-compiler
[–] mchahn 10y ago ↗ It's weird that it lies about the number of lines. It says 200 when the actual count is about a dozen.
4 comments
[ 2.8 ms ] story [ 20.2 ms ] threadTcl is a pretty easy language to create an interpreter for:
* Jim: http://jim.tcl.tk/index.html/doc/www/www/index.html - originally written by antirez, now maintained by others.
* Hecl: something I wrote in Java, for mobile phones. Not much maintained any more. https://github.com/davidw/hecl/tree/master