@horse F# fucks, man. It is awesome. I've written like three things in it and it literally taught this greybearded OO programmer the beauty of functional programming in that short time.
Expect lots of "Wait, that's all the code I need to do that?" And there is no dude behind the curtain. Amazing shit.
@Sempf In Powershell, I try to put every little bit of functionality into its own function that does one thing perfectly (or as perfectly as I can with my current skills :sadglasses:).
Then I realized I'm doing very very similar shit when writing SQL by using subqueries essentially as functions cuz JOINs hurt my head.
So I start reading about F# last night and suddenly jacknicholsoninthedeparted.gif