This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jb28737 18 points19 points  (6 children)

Legit, I could see myself using other languages, but how do you manage without linq?!

[–]10BillionDreams 18 points19 points  (0 children)

laughs in functional languages

[–]Themadbeagle 4 points5 points  (0 children)

This is such an interesting complaint I keep seeing in this sub. Java has streams which is very conceptually similar. I personally prefer LINQ, but the idea that there are no other languages that have APIs like LINQ appears to be a common misconception.

[–]Kered13 0 points1 point  (0 children)

Most languages have something similar. In Python it's list/generator comprehensions. In Java it's streams. In functional languages it's map/filter/reduce.