Skip to main content

One post tagged with "algebraic effects"

View All Tags

ยท 26 min read

Higher abstractions

Control flow (Part 1)

Control flow (Part 2)

In Part 2, we delve deeper into control flow techniques. This time, we focus on code design skills rather than relying on tools integrated into the compiler/language. As a result, these techniques can be applied to any modern programming language or runtime of choice. While some of them are recognized as patterns, others involve manipulating language rules in a more nuanced way. Regardless, all of them merit our attention as novel approaches to resolving common programming challenges.