Urs Enzler
banner
ursenzler.bsky.social
Urs Enzler
@ursenzler.bsky.social
Software engineering, architecture and design stuff, mainly on .Net, F#, and Azure.

Co-Host of .Net user group Central-Switzerland.

#fsharp
#dotnet
#SoftwareArchitecture
Yes, it updated today or yesterday, don‘t remember exactly.
November 10, 2025 at 5:44 PM
Learning F# is not as difficult as many think.

There are some concepts that are probably new:
- function currying and partial application (makes F# composable)
- computation expressions (makes F# awesome)
- active patterns (not so important)

And some getting used to the syntax. That's it.
November 10, 2025 at 3:36 PM
- |!> is a custom operator that does the same as |> Async.map
- and! is a custom extension of the async computation expression to allow parallel execution (and awaiting) of async calls
Async.map
November 10, 2025 at 2:08 PM
Reposted by Urs Enzler
What happened to Compositional btw ? Also didn’t see many blog posts
November 8, 2025 at 1:38 PM
November 10, 2025 at 1:34 PM
And it's ready for winter, because a "let it snow" clock face is included! 🌨️
November 10, 2025 at 1:34 PM
You may be right, but I like my opinion better. 😅

I don't recall, but a couple of years ago, I saw a presentation on the topic of code readability and how to support it. Symmetry played a central role in it.
November 10, 2025 at 8:37 AM
Noooooooooooooo 😅

"Aligned" is easier on the eyes to parse (symmetry).
November 10, 2025 at 8:17 AM
December 10th
November 4, 2025 at 6:30 AM
Thanks.
November 3, 2025 at 11:14 AM
Do you know if there are similar improvements with Lists?
November 3, 2025 at 7:26 AM
Count me in.
November 2, 2025 at 10:15 AM
It's a good thing to keep that number low! 😅

So many monads hide in .NET out of fear of C# devs. 😂
October 28, 2025 at 3:26 PM