Hacker News new | past | comments | ask | show | jobs | submit login

"I want my bytecode to look like this: `iadd`, NOT `(a+b)|0`."

That isn't enough of a reason to forego backwards compatibility. It is a hack, to be sure. But there are all sorts of suboptimal things that we deal with in order to make sure that technologies survive in the real world. Especially when it's really just a question of what the encoding looks like, which is not something that's that important.

(Besides, it turns out that making a multi-language VM that performs as well as a custom VM for dynamic languages is an unsolved problem. Many language implementers, Mike Pall of LuaJIT fame for example, don't believe in it. The closest thing is probably PyPy...)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: