Geek, Eh
Posts
About
Posts
Deconstruction let us focus on the values we want to match in our patterns. We’ve shown we can deconstruct tuples, but what about …
Jan 1, 0001
4 min read
The Global Azure Bootcamp 2017 hosted by the Winnipeg .Net User Group was a success. There was a good number of people in attendance …
Jan 1, 0001
3 min read
I recently gave a talk at the Winnipeg .Net User Group. This talk was focused on features of F# that are going to make their way into …
Jan 1, 0001
3 min read
Creating an asynchronous workflow doesn’t execute it immediately. It’s up to us to determine when and how we want the …
Jan 1, 0001
3 min read
Looking back at Running with Async we saw that you can run asynchronous workflows in multiple ways. We can use Async.RunSynchronously …
Jan 1, 0001
3 min read
I wrote a blog post called Some(“F#”) is better than None back in 2015. I’ve grown quite a bit as a developer since then. …
Jan 1, 0001
3 min read
We’ve been working with pattern matching in F# for awhile and we are ready to dive into Active Patterns. There are 16 different …
Jan 1, 0001
3 min read
There are four kinds of active patterns. We’ve already looked at the Single and Multicase Active Patterns. We’ll now look …
Jan 1, 0001
3 min read
The active patterns we’ve seen so far are enough to take some complex code and make it clean and readable. Let’s take the …
Jan 1, 0001
3 min read
Partial application helps us reuse functions by allowing us to create new functions based on the original. This is achieved by passing …
Jan 1, 0001
5 min read
«
»
Cite
×