|
|
|
|
|
by mistermann
3975 days ago
|
|
> when I can write three lines of code in a version of F# that shipped six years ago and issue SQL-like data gathering queries over everything from Wikipedia to the Department of Labor. What's the name this technology goes by, and is it possible in C# (regardless of if it's extra lines of code)? |
|
It's kinda awesome.
C# provides similar (but somehow less fun) stuff via LINQ providers. Search "LINQ to [noun]" and you'll find plenty of open source code.