|
|
|
|
|
by CrossEye
4379 days ago
|
|
I'm not really a C# person, but from what I know of the language, although it has some lambdas and some other functional features especially around LINQ, functional programming really is against the grain of the language, and would not be easy to integrate into the same code. The .NET platform of course has F#, which is a dedicated functional language. Some day I'll spend some time learning this one... perhaps. |
|