TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Groovy project is looking for a new home

130 pointsby varmaisover 10 years ago

12 comments

bjfishover 10 years ago
I know and use both Ruby&#x2F;Rails and Groovy&#x2F;Grails and wanted to debunk a myth here:<p>&quot;Interest in Grails&#x2F;Groovy is diminishing&quot; - I won&#x27;t comment on trends but there is still a large, active user base and community<p>I won&#x27;t list the benefits of Ruby&#x2F;Rails over Groovy&#x2F;Grails because I will assume the audience here is familiar with Ruby&#x2F;Rails.<p>Specifically here are some benefits of Groovy over Ruby:<p><pre><code> - Very good JVM tooling and integration - Familiar (Java) - Developer friendly (Ruby has a number of syntax warts, e.g. elvis operator, null safe operator - just to start) syntax - Optional static compilation - Optional typing </code></pre> and Grails over Rails:<p><pre><code> - Performance - take a look at techempower benchmarks http:&#x2F;&#x2F;www.techempower.com&#x2F;benchmarks&#x2F;#section=data-r9&amp;hw=peak&amp;test=query - Spring integration - having Spring built in is often useful in an enterprise context where existing Spring use exists - Typing is nice if you like that (Mentioned above) </code></pre> When I need to decide between using Grails and Rails, it usually comes down to developer convenience vs performance. I am asking myself do I want to give up a lot of performance (with Grails) for a little more developer conveniences (with Rails)? Sometimes the answer is yes, sometimes no.
评论 #8914023 未加载
评论 #8914699 未加载
评论 #8914845 未加载
评论 #8914906 未加载
stickfigureover 10 years ago
Understanding this decision requires understanding Pivotal more broadly. EMC (which owns VMWare, which owned Spring) bought Pivotal Labs (primarily a Ruby consultancy) and used the brand for a new spinoff company (Pivotal Software, Inc). That spinoff company received as its founding endowment a hodge-podge of enterprise software technologies they had acquired over the years - Spring, RabbitMQ, CloudFoundry, Greenplum - and the consultancy, which is still called Pivotal Labs. For the most part they put the Ruby consultancy people in charge.<p>Even though Pivotal Software is an amalgam, Pivotal received most of its culture from Pivotal Labs. To the extent that you can anthropomorphize a corporation, it really, <i>really</i> likes Ruby. Because of CF, it&#x27;s warming up to Go fast. Spring is too big and important to neglect. But it&#x27;s hard to see how Groovy&#x2F;Grails fit into the big picture. It&#x27;s not in vogue with the top decisionmakers and it&#x27;s not critical to the business - it&#x27;s just something that tagged along with Spring. I doubt anyone has any idea what to do with it.
评论 #8921070 未加载
revscatover 10 years ago
Props to what Guillaume has accomplished, but the original raison d&#x27;etre for Groovy existing has largely been supplanted by the rise of JRuby and Scala. When Groovy was initially developed JRuby was (arguably) not yet mature enough for production, so developers wanting to use Rails under the JVM were basically out of luck. Grails was developed in response to this need.<p>Now that JRuby is more mature (and, as of today, the only one of the two with official sponsorship) the need for Grails is greatly diminished. The only other major development effort that utilizes Groovy is Gradle, and that has been met with mixed levels of enthusiasm. Add to this that Java itself has made some strides with adding functional(-ish) features to the language, and the benefits that Groovy brings to the table are not as pronounced as they once were.<p>And for devs who are wanting something that is more purely functional there is Scala.<p>Given this I&#x27;m not particularly surprised to see Pivotal&#x27;s decision here. Groovy has always struggled for more widespread relevance, and while it is sad to see this happen, it&#x27;s also far from unreasonable.
评论 #8914499 未加载
评论 #8914150 未加载
评论 #8916273 未加载
评论 #8914127 未加载
derpshmerpover 10 years ago
Groovy is a very flexible language with an elegant and approachable syntax.<p>It provides fantastic support for concurrency with gpars.<p>It provides the ability to write static or dynamic code.<p>It integrates seamlessly with Java.<p>I feel groovy has created it&#x27;s own space in the ecosystem, continues to grow and has a bright future.
评论 #8915894 未加载
mindcrimeover 10 years ago
I really wish we had the money to hire all the Groovy &#x2F; Grails developers here. I&#x27;d do it in a heartbeat. Almost all of our products are built primarily with Groovy + Grails, and I&#x27;d hate to see the project(s) lose substantial momentum.<p>OTOH, I expect both projects to remain alive, even without corporate backing, although perhaps not moving quite as quickly (which would still be a loss).
Edmondover 10 years ago
Love Groovy&#x27;s static+dynamic typing. I developed HiveMind (www.crudzilla.com) and the IDE backend is written entirely in Groovy primarily because I am a Java developer and could use Groovy without having to learn a new syntax.
评论 #8916714 未加载
bonsai80over 10 years ago
Linked site over quota. Cached:<p><a href="http://webcache.googleusercontent.com/search?q=cache:tVxs2fJEi80J:glaforge.appspot.com/article/the-groovy-project-is-looking-for-a-new-home+&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us" rel="nofollow">http:&#x2F;&#x2F;webcache.googleusercontent.com&#x2F;search?q=cache:tVxs2fJ...</a>
评论 #8913843 未加载
vezzy-fnordover 10 years ago
And just a couple of hours ago I was thinking &quot;How come I haven&#x27;t seen any articles on Groovy on the front page in a while?&quot;.<p>Seems its hype has been eclipsed by Clojure and Scala.
评论 #8913675 未加载
评论 #8913591 未加载
_pmf_over 10 years ago
Groovy has one of the nicest approaches to compile time metaprogramming (apart from Lisp, of course).<p>I often wish it had gained more momentum before Clojure and Scala showed up.<p>The Java interoperation is much, much cleaner than in Jython or JRuby due to Groovy being a first class JVM language.
tree_of_itemover 10 years ago
Doesn&#x27;t Google depend on them now, due to Gradle being a part of the official Android toolchain? Seems like they should be interested in doing this.
评论 #8914205 未加载
评论 #8913699 未加载
评论 #8914535 未加载
评论 #8914536 未加载
ireadzalotover 10 years ago
I hope they can find a model like how Django (Python) has its own foundation to support it. With Gradle being defacto build tool for Android ecosystem and companies like Netflix using it, it feels like they would have no problem with finding a new home&#x2F;raising-fund for future.<p>I have been using Groovy and Grails for less than a year now and love it so far.
mikerichardsover 10 years ago
I like Groovy. The language has the ability to made some very, very nice DSLs (almost english-like).<p>But the buzz around Groovy has diminished. There&#x27;s only so much room for the already crowded JVM ecosystem. It&#x27;s great to have choice, but there&#x27;s only X number of developers, X number of companies that can sponsor, X number of users that build a community.<p>I&#x27;d like to see a language like Groovy, but with some of the semantics of Clojure, and some optional typing. Maybe it&#x27;s time for a reboot of the language.