Is LINQ-like API considered to be included in JDK?
Olexandr Rotan
rotanolexandr842 at gmail.com
Thu Aug 1 19:44:23 UTC 2024
Greetings. Continuing my work on LINQ-like API for Java, I am currently on
the crossroads regarding including a several dependencies into my project.
Thing that bothers me the most is the fact that if jdk plans to integrate
some kind of feature like linq, I would strongly prefer using plain java so
my code could provide more insights from the point of view that is the
closest to jdk devs themself, and even could become a foundation of such
api in the future. I know that jdk prefers to ship APIs with features that
utilize them (like streams and optionals with lambdas), so I figured there
is a pretty significant chance this could be an intention
So I would like to ask, is there any plans for introducing LINQ-like API
into jdk, in java.sql for example?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/babylon-dev/attachments/20240801/1e3cb717/attachment.htm>
More information about the babylon-dev
mailing list