On 10/17/2011 11:04 PM, Gilad Bracha wrote:
Impressive.  I assume invokedynamic came in handy?

I've posted two examples of the bytecode generated on the site.
Yes, half of the generated instructions are invokedynamic :)

Rémi


On Mon, Oct 17, 2011 at 1:44 PM, Rémi Forax <fo...@univ-mlv.fr <mailto:fo...@univ-mlv.fr>> wrote:

    I'm please to announce that Dart (a small subset in fact) run on
    the JVM.
    https://code.google.com/p/jdart

    I've implemented new, constructor call (super/this), function call,
    method call, assignation, return, print and
    boolean, integer, double and String constants.
    So helloword works !

    to run it:
     java -jar jdartc.jar foo.dart
    generates a jar file foo.jar that can be run like this:
     java -jar foo.jar

    I will be please to give the commiter role to anyone that want to
    contribute
    (don't forget that my brother is a psychopath).

    Rémi
    PS: jdart.jar is very big 7 megs because it also contains the Dart
    to JS compiler,
     I haven't taken the time to separate it from the Dart frontend.




--
Cheers, Gilad

--
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to jvm-languages@googlegroups.com.
To unsubscribe from this group, send email to 
jvm-languages+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.

Reply via email to