Article: Result-Oriented Programming with F# Computation Expressions

I wrote a guide to F# CEs + Results using FsToolkit.ErrorHandling. I used await/async as a metaphor to explain CEs and hope this can be useful.

Crosspost on HN: Result-Oriented Programming with F# | Hacker News

1 Like

Great article! :smiley:

I really like how the tooltips give extra context without disturbing the “flow” of the article as a whole.
I also think it’s nice that there are a lot of different CEs mentioned (especially validation) and that there are also some gold nuggets of information regarding related subjects, for example, how blocking async code can lead to deadlocks.

Good job, and thanks for sharing!

1 Like