Archive for September, 2008

Jeene update: Performance, features and backlog

Sunday, September 21st, 2008

Don't know what Jeene is? It will make your JavaScript code run faster ;-) read the intro first, then come back to this! Performance examples I was curious about the performance gains of functions specialized via Jeene, so I ran a simple performance example in Firefox 2 and 3; Safari 3.1.2; Opera ...

Jeene: Status

Tuesday, September 16th, 2008

I am happy that Jeene was mentioned on Ajaxian today. This is good ;-) it means that the project is more likely to attract potential contributors which is nice since there is quite some work yet to be done. I thought, I would provide a status update on Jeene ...

Jeene: An automatic partial evaluator for JavaScript

Sunday, September 14th, 2008

The purpose of this posting is to show that is is possible to create an online partial evaluator for JavaScript, written also in JavaScript. As far as I know, this has been not been done before. This post is the first in a series describing the inner workings of Jeene. A ...