|
|
|
|
|
by misuba
5895 days ago
|
|
Only if what you want to do fits into a wee box. If you want to break out of that box and work with a web page directly, JS is still your only option. Abstractions are possible via LiveConnect (the very thing JavaScript was named for - ability to communicate with applets!), but abstractions 1) leak, and 2) suck. So: no. What we do have, however, is a number of shots, scattered throughout Mozilla's history, at getting other languages into the browser that crashed and burned. Maybe Miguel has the pull to get uptake for something like this, but I'm skeptical. |
|