You rock in Dart world too! Can't wait to try this out on the JVM.

On Mon, Oct 17, 2011 at 2:44 PM, Rémi Forax <[email protected]> wrote:

> I'm please to announce that Dart (a small subset in fact) run on the JVM.
>  https://code.google.com/p/**jdart <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.
>
>


-- 
Arul
http://expertstalk.org
@dartdeveloper

-- 
You received this message because you are subscribed to the Google Groups "JVM 
Languages" 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/jvm-languages?hl=en.

Reply via email to