Coding Grounds
Compilation of different programming projects I amuse myself with.
Sunday, 30 June 2024
Fork combinator revisited - supporting multiple part functions in C#
›
This article shows an example of a Fork combinator or 'monad' that will allow you to specify a join function that operates on all th...
Iterating a list using Span in C# - Benchmark
›
It is possible to iterate a list in C# using Span. This article shows a benchmark on that and how you can create a Span of a list. It is im...
Wednesday, 26 June 2024
Functional programming - Guarding against nulls with the Option monad
›
Monads are "elementary individual substances". We can call them "building blocks" in Functional Programming (FP) and FP ...
‹
›
Home
View web version