-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which other JVM languages to support? #12
Comments
On the above list, I think JavaScript/Nashorn should be prioritized. I've been hearing good things about and seeing adoption of Kotlin lately, so maybe it should be added to the list. But as far as my own contributions, I want to focus on Groovy and the Bitcoin Provider for now. |
I guess so, too, given this list: http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/?imm_mid=0cc572&cmp=em-prog-na-na-newsltr_20150207 Kotlin, feel free to give it a try, but outside a few people at JetBrains, I doubt it really matters in real life, though if the figures above are really derived from Github, some projects (likely also mostly by JetBrains;-) might use it, but I don't think it is used by real corporate clients now as Scala and others |
Scala certainly sounds of particular interest. Given the UK HMRC got quite an impressive Open Source effort on GitHub https://github.com/hmrc and nearly all of their stuff is written in Scala. |
Based on Android support, Kotlin gained a lot of momentum and we got a first shelter space, for it, too. |
I'm using Kotlin now in a few projects. It has DSL capabilities similar to Groovy, and Java Money and DSLs are a nice combo. |
Take a look at https://github.com/JavaMoney/javamoney-shelter/tree/master/kotlin-support. Not sure, how complete it is, but any extra help is highly appreciated. |
I really enjoy coding in Kotlin, so if there's anything to do, I'm happy to offer help. |
Thanks for sharing. I recently attended a Clojure MeetUp and might look into Clojure support or ask others in that community for help. |
While Groovy/Grails support is taking decent shape here, what other JVM languages do you think are important enough to support.
An initial list would be:
(see http://en.wikipedia.org/wiki/List_of_JVM_languages#High-profile_languages)
Others may include:
Any other language you feel is important enough or you wish to contribute something, please comment here.
The text was updated successfully, but these errors were encountered: