Skip to content

2024

Living a simpler lazy life

The Sequence monad is very powerful as it allows you to switch from an in memory strategy to a lazy one by only modifying the constructor, the rest of the program is unchanged.

However composing correctly lazy Sequences has been challenging... until now!

New documentation websites

This documentation website intends to guide you through the different packages of this ecosystem and how to start using them.

However, advance usage documentation of each package will still reside in their repositories. This helps keep the documentation up to date.

Historically these documentations were simple markdown files alongside the code. From now on they'll be available as a website thanks to Material for MKDocs.

The following documentations are already available:

More should come in the future.