yes - well JS has no reall in-code module system (I think Brendon mentioned that the script tag + the web is "the module system for javascript") - so its just a compile time thing, alas :( is very odd to use though, I remember.
On Feb 17, 10:42 am, Mark Derricutt <[email protected]> wrote: > Rhino will compiles a .js into a .class file, or a directory of .js files > into a .class [1]. It was a little strange in that if you wanted to > extend/implement a specific class/interface, you had to mention that on the > command line to jsc. > > [1]http://www.mozilla.org/rhino/jsc.html > > On Tue, Feb 17, 2009 at 5:30 AM, Alexey Zinger <[email protected]>wrote: > > > > > If you mean a compiler that compiles to JavaScript, we already have GWT. > > I'm a big fan, but it doesn't seem like it's taken over the world just yet. > > If you mean a compiler that compiles from JavaScript, if I'm not mistaken > > we're headed to a world of JavaScript JIT on all major browsers very soon. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
