Hacker News new | ask | show | jobs
by oscargrouch 3239 days ago
> We're actually going to be converting HTML/CSS into JavaScript and the renderer will be handling a dynamic DOM

Thats a cool idea. Than its just a matter of exposing the c++ composition/rendering engine to javascript.

But of course, this will require a pretty hardcore javascript JIT like the current V8..