#functional-programming
Read more stories on Hashnode
Articles with this tag
This article represents my first attempt to get up and running with the Idris programming language. It will document not only how to make an...
This is an update to a previous article following a breaking change in the res-elm binding. In short, the init function has been broken up into init...
ReScript provides easy ways to bind to most JavaScript functions in a way that feels both native and safe. Conveniently, it even provides an @unwrap...
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#...