What does HackerNews think of lo?
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
Language:
Go
A simple alternative is the combination of:
- https://github.com/samber/lo
- https://github.com/samber/mo
The split is also nice as you can choose to just use the generic convenience functions from lo without the more FP related things from mo.
I use samber/lo in every project https://github.com/samber/lo
(Go is still plenty fast with it)