Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arethuza
on Oct 10, 2024
|
parent
|
context
|
favorite
| on:
Fun with Go Iterators
.Net seems to handle it pretty well with LINQ?
https://medium.com/@sanjanasw99/an-in-depth-guide-to-linq-in...
lifthrasiir
on Oct 11, 2024
[–]
LINQ is a very dense syntactic sugar for some selected `IEnumerable` methods. It will surely look like chaining in typical uses and thus is useful, but different from an arbitrary chaining.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://medium.com/@sanjanasw99/an-in-depth-guide-to-linq-in...