|
|
|
|
|
by hencq
4711 days ago
|
|
While it's certainly an interesting project, I wonder how practical it is. All javascript engines have powerful JITs and it seems like a waste not to use them, but instead to implement your own interpreter. I think the approach taken by e.g. clojurescript or dart is more viable, where they compile to javascript and let the JIT do its magic. |
|
No reason this approach cannot JIT into JS just like clojurescript and dart.