Yes, IO is possible in a functional world
I love pure functions, but often meet misconceptions regarding database integrations and human input
Nov 12, 20225 min read100

Search for a command to run...
Articles tagged with #functional-programming
I love pure functions, but often meet misconceptions regarding database integrations and human input

Using a primitive type to store ids is inherently problematic. I explore the minimal way of creating a type-strong Id object in f#.
