←back to thread

Why F#?

(batsov.com)
447 points bozhidar | 1 comments | | HN request time: 0.301s | source
Show context
110bpm ◴[] No.43550912[source]
I put together a quick-start guide to F# Computation Expressions — showing how you can go from C# async/await all the way to Result<> workflows with let!... and!... expressions, and even a custom validation {} CE. [0]

This is a practical side of F# that doesn’t get enough spotlight — but one I’m using daily.

[0]: https://news.ycombinator.com/item?id=42636791

replies(1): >>43573352 #
1. LinearEntropy ◴[] No.43573352[source]
That was a great read. Thanks for sharing.