DEV Community

Discussion on: .NET Looks at Functional Programming Techniques.

 
jwp profile image
John Peters

That's why I say functions are not first class. Even though MSFT claims they are first class.
In Typescript and JavaScript, functions as well as classes sit at same layer. C# forces functions inside of a class.