
30 Jun
2007
30 Jun
'07
8:41 a.m.
Hi, some time ago I started a Tcl->C compiler in Haskell. It should compile Tcl code to an Tcl extension. http://wiki.tcl.tk/17385 http://88.198.17.44/~fridolin/tclc/ (darcs) Few tests (e.g. recursive from shootout) are much faster than Tcl (original) interpreter but a lot of tests are slower. This is, because the variable lookup is done with slow Tcl_GetVar2Ex. But at the moment I'm a bit disapointed (about Tcl, not Haskell ;-) and don't work on it anymore... Regards. Christoph Bauer