|
|
|
|
|
by jerf
3020 days ago
|
|
If you look at it as "compilation tends to converge on the lowest-level possible output", it all fits pretty well. Dynamic scripting languages flouted that for a long time, but now there's enough JITs floating around that show that even they tend in that direction. So if JS is the lowest possible level language, than that will be the compilation target for a program going into that context. x86 has its many, many critics, but I've never heard any of them say that x86 is bad because so many things compile to it.... |
|