|
|
|
|
|
by lukev
5689 days ago
|
|
> And web developers don't seem to want to use other languages, given that aside from GWT (almost) nobody cross-compiles from another language. I've met tons who WANT to use other languages. The reason they don't cross-compile more often is that for the most part cross-compilation sucks - it is impossible to debug through, for one thing. GWT managed to get around most of these issues which is why it's so popular, but it was quite a feat, and it comes at a cost (two seperate runtimes for GWT code which are every so slightly different). If programming in any other language for the browser was just as easy as javascript, I expect you'd see javascript usage plummet. |
|