#649 Couple links with Fan relevance

KevinKelley Wed 24 Jun 2009

If we're going to run Fan over JS, this is good news: Javascript JIT for Firefox: Tracing the web describes a JIT method for dynamic languages, being incorporated into Firefox.

For Fan on .NET, a couple articles about code generation. CLR code generation with CodeDom and refly wrapper for it.

andy Wed 24 Jun 2009

Yeah all the new JS engines are gonna be really great overall for webapps. Chrome (and Safari 4) scream. Now maybe vendors will turn their attention to the glaring problems with the actual language.

tompalmer Wed 24 Jun 2009

Now maybe vendors will turn their attention to the glaring problems with the actual language.

There seems to be some multi-vendor (including Microsoft) traction behind ECMAScript 5, which fixes some things such as by a strict mode for avoiding the default-to-global pain.

Login or Signup to reply.