SaaSHub helps you find the best software and product alternatives Learn more →
Go-linq Alternatives
Similar projects and alternatives to go-linq
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
Anakin
Codegeneration tool for isomorphic server and mobile Go apps with gRPC & Protobuf. Share code between your backend, Android & iOS app! :sun_with_face:
-
-
-
-
-
-
-
-
juniper
Juniper is an extension to the Go standard library using generics, including containers, iterators, and streams. (by bradenaw)
-
go-linq discussion
go-linq reviews and mentions
-
Fourteen Years of Go
This is a lot more possible now that Go has generics (as of 1.18).
I would probably never use these, as I find such libraries are a whole new domain-specific language to learn, and often don't make things much simpler anyway, but here are some libraries where people have done something like this:
* https://github.com/ahmetb/go-linq: modelled after LINQ, but created pre-generics so only recently added some generics features
-
Querying and transforming object graphs in Go
So awhile back, there was a port of Linq https://github.com/ahmetb/go-linq that ended up giving up, since then it has been continued with https://github.com/szmcdull/glinq
-
Juniper is an extended Go standard library using generics, including containers, iterators, and streams
I am aware of this that predates generics: https://github.com/ahmetb/go-linq/blob/master/groupby.go
- What libraries from other languages do you wish were ported over into go?
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Oct 2024
Stats
ahmetb/go-linq is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of go-linq is Go.