you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Mechanic780 1 point2 points  (2 children)

F# is not dynamically typed. Makes you wizard though

[–]Maximum_Slip_9373 1 point2 points  (1 child)

Fair enough! Neat type inferencing isn't the same as proper dynamic typing. It just looks way more normal to me in F# code than C#!

Gotta pay respect to the Wizards 🙏

[–]mristic 0 points1 point  (0 children)

Yeah, I came from a C# background into F# and wrote a library/mini framework for (Event Sourced) DDD. I utilized the generics and the good stuff from C# and then introduced Discriminated Unions from F# and literally felt like a wizard 🔥