#monad
Read more stories on Hashnode
Articles with this tag
There are few things more satisfying than a slick, readable, and safe JSON parser. It's one of the joys of functional programming. Using a good JSON...
I have written previously on maybe monads and how to use them with lists to eliminate the possibility of null references in an object-oriented...
Mutability bugs and thread-unsafety are big problems in data processing. Fortunately, the .NET Framework has strong support for immutable collections,...
Most people would probably be surprised to find that I consider myself both a professional C# developer and a professional functional programmer. C#...