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
If it makes our builds faster (I couldn't test it yet), then Type subsumption cache.
November 12, 2025 at 7:31 AM
To be fair, the new stuff in F# would probably not make a good presentation. It's better to read about it in the release notes.
There is also an F# talk on the community day.
November 12, 2025 at 6:40 AM
A shorter one: leanpub.com/essential-fs...

Or start with the official documentation: learn.microsoft.com/de-de/dotnet...
Essential F#
This concise, practical ebook will help you discover why F# is such a popular language with those who have spent time learning its secrets.
leanpub.com
November 11, 2025 at 12:32 PM
I don't want to enter my Wifi password on a website 🤨
November 11, 2025 at 7:20 AM
It's 0xProto: github.com/0xType/0xProto

Ligatures for |> or -> are, for example, also different (still visibly 2 characters).
GitHub - 0xType/0xProto: A programming font focused on source code legibility
A programming font focused on source code legibility - 0xType/0xProto
github.com
November 11, 2025 at 6:29 AM
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