You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2020/10/04 21:27:23 UTC

[GitHub] [groovy] danielsun1106 commented on pull request #1395: [GEP] Create a LINQ-like DSL

danielsun1106 commented on pull request #1395:
URL: https://github.com/apache/groovy/pull/1395#issuecomment-703318665


   I believe most of us are familiar with SQL-like language, so it's good to reuse the knowledge to deal with collection for higher productivity and better readability. As you found, GORM and Hibernate are powerful enough to deal with DB population, so currently groovy-linq is just target to collection. Parsing XML, JSON and YAML could use groovy-linq too because they can be parsed into collections.
   
   > Is this something that could start life as an external project?
   
   No worries, the PR will not be merged util review passed. BTW, groovy-linq may be a new module of Groovy 4.0( http://groovy-lang.org/releasenotes/groovy-4.0.html ) /cc @paulk-asert 
   
   
   > Is LINQ a trademark of Microsoft's? In any case, for searchability, I would suggest consideration of another name.
   
   Any suggestion for the better name? GINQ?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org