Since I’ve jumped into F# recently, I thought I’d review the F# 8 release notes from last year to see what the newest features I should be aware of were. There were several!

The one that immediately stood out to me was “_.Property shorthand for (fun x -> x.Property)”, and I immediately looked for a way to incorporate it into code I’d written.

Ultimately, I just updated a single script, but it indeed resulted in slightly shorter and more legible (I’d say) code.


<
Previous Post
Unescape JSON in .NET
>
Next Post
Ruby Script: Convert Text to Slack Emoji