Hacker News new | ask | show | jobs
by gwenhwyfaer 6848 days ago
> the really intensive javascript apps just use way too much memory in Firefox, especially when you have 12 hour Firefox sessions

I suspect that huge improvements in the state of Javascript interpreters will really start to change the equations. If JS is Lisp in disguise, there's no reason why JS engines can't start to benefit from the decades of evolution put into Common Lisp runtimes.

Come to think of it, what if a JS engine got fast enough that the browser itself could be written in Javascript?

2 comments

For now, we're getting some nice incremental improvements. Firefox 3 Alpha is worth using just for the improved JS engine.
Hey gwen...what do you mean by this: "If JS is Lisp in disguise"?
Well, look at parenscript for example. It's quite easy to translate Lisp into JS. Moreover, the first prototype of JS engine in Firefox was written in Lisp.