Y
Hacker News
new
|
ask
|
show
|
jobs
by
mraleph
4369 days ago
Isn't Shumway more of a confirmation for my concern than a counter example? Shumway is running ActionScript which is extremely close to JavaScript semantically though somewhat more strict and allows for optional typing.
1 comments
azakai
4369 days ago
It agrees on numeric types, but it has very large differences like namespaces, classes, etc. Look at how complex the Shumway VM is.
link
kevingadd
4368 days ago
AS3 also has things like pointers (via domain memory). The closest thing to that in current JS is asm.js.
link