Jon Harrop wrote: > I'd appreciate any information at all on some of these. :-) > > JRuby is a Ruby implementation. Scala is programming language research trying > to integrate FP and OOP. Clojure is a Lisp dialect on the JVM. I can't find > anything on ioke. I can only find a single blog post mentioning Duby.
There should be at least two, both by me. I know I haven't given a formal introduction yet, but it's little more than a hobby project at the moment: http://headius.blogspot.com/2008/03/duby-type-inferred-ruby-like-jvm.html http://headius.blogspot.com/2008/03/more-fun-with-duby.html The primary use case for Duby right now is "me", to use when I don't want to use Java but don't want to lose performance. The primary feature I see that makes this stand apart from others in the arena (Scala) is that I explicitly want it to have no runtime dependencies. It's a new Ruby-like syntax to produce JVM bytecode. The magic is all in the compiler. > I suppose my vote goes to: > > . OCamlJava > . Scala > . CAL > ... > > I'm not particularly interested in any of those though (and I've run out). I > will be extremely interested if anyone starts something more like F#! :-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
