On 10 November 2010 15:07, Vince O'Sullivan <[email protected]> wrote:
> While we're on the subject... > > ...can anyone give me a reference to a (good) discussion of the > strengths and weaknesses of creating JVM dependent languages, given > that the JVM is a platform for Java and not these other languages. > > StackOverflow is jam-packed with questions asking for language comparisons, if that's the sort of thing you want (and let's face it, who doesn't like jam? honestly?) The language-comparisons tag is a good place to start: http://stackoverflow.com/questions/tagged/language-comparisons If you're looking for something deeper and more technical, covering the technical challenges of implementing a new language on the platform, then there's a "JVM Languages" google group: https://groups.google.com/group/jvm-languages?hl=en -- Kevin Wright mail / gtalk / msn : [email protected] pulse / skype: kev.lee.wright twitter: @thecoda -- 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.
