It's cute when you can find DartEntry::InvokeDynamic(...) in Dart VM's code [1] :-) (Just for fun; doesn't imply any connection with JVM's invokedynamic)
[1]: http://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/runtime/vm/code_generator.cc#619 -- Kris On Tue, Oct 11, 2011 at 3:06 AM, Attila Szegedi <szege...@gmail.com> wrote: > Yup, seems like it's very easy to implement on top of the JVM with > invokedynamic. it's actually almost uncannily suitable for just that… > > On Oct 10, 2011, at 11:58 AM, Charles Oliver Nutter wrote: > > > I agree it would be an interesting language on the JVM. It may be the > > "dynamic Java" I've wanted to make for a long time, with the added > > bonus of optional static types. > > > > This could almost be a weekend project atop invokedynamic. > > > > - Charlie > > > > On Mon, Oct 10, 2011 at 1:14 AM, Alexander Turner > > <nerdscent...@googlemail.com> wrote: > >> It is a very interesting idea. It take Java to js trechnology google > created > >> and uses it for a more flexible language. The mix of static and dynamic > >> typing (much like vb does/did) has a proven track record of being much > liked > >> by day job programmers. > >> > >> I suspect, much more than Go, this language could shake things up. > >> > >> I also anoreason itshould not run very well on the jvm under invoke > dynamic > >> semantics. > >> > >> For the first time in a long time - a new language to get exciterd > about... > >> > >> On Oct 10, 2011 8:02 AM, "Rémi Forax" <fo...@univ-mlv.fr> wrote: > >>> > >>> On 10/10/2011 09:51 AM, Marcus Lagergren wrote: > >>>> FYI, > >>>> > >>>> Google Dart now has a twitter account : > >>>> https://twitter.com/#!/dart_lang > >>>> <https://twitter.com/#%21/dart_lang> and Website is up > >>>> http://www.dartlang.org/ > >>>> > >>>> /M > >>> > >>> OMG, Dart is the next Java not the next Javascript ! > >>> > >>> Rémi > >>> > >>> _______________________________________________ > >>> mlvm-dev mailing list > >>> mlvm-dev@openjdk.java.net > >>> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev > >> > >> _______________________________________________ > >> mlvm-dev mailing list > >> mlvm-dev@openjdk.java.net > >> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev > >> > >> > > _______________________________________________ > > mlvm-dev mailing list > > mlvm-dev@openjdk.java.net > > http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev > > _______________________________________________ > mlvm-dev mailing list > mlvm-dev@openjdk.java.net > http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev >
_______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev