Thursday, July 20, 2006

Slipwave Javascript libraries

I came across slipwave today which has a number of interesting Javascript libraries. Of interest to me is js.lang.Recompiler which does a CPS transform of Javascript code, similar it seems to Narrative Javascript. On top of this is built a thread library including thread groups and semaphores. Other libraries include a Javascript interpreter written in Javascript.

Categories:

1 Comments:

Anonymous Edward Kmett said...

I suppose I should actually clean that code up and release it then.

I've been off playing with the public export of the ecma4 spec in haskell and haven't really thought about the recompiler much, since the initial project it was part of fell apart.

I welcome feedback, however.

8:07 PM  

Post a Comment

<< Home