[Haskell-cafe] ANNOUNCE: hiccup, a toy tcl impersonator in haskell

Christoph Bauer c-bauer-olsbruecken at t-online.de
Sat Jun 30 08:41:02 EDT 2007


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



More information about the Haskell-Cafe mailing list