Life of a Functional Programmer
Browse by Tags
All Tags »
OOP (
RSS)
-
|
In the past couple of posts, I covered extension everything in F#. This allows me to extend .NET types with such things as extension static and instance methods, properties, properties with indexers, events and so on. But, let's go back...
|
-
|
In a previous post , I covered a few ways we can do extensions methods, properties, events and so on with F#. After a few chats, I realized I may have missed a couple of cases that I wanted to cover today. These two cases are extension operators...
|
-
|
A post by Jeremy Miller caught my eye this morning in regards to extension methods in Javascript . While I think that's pretty interesting, I don't think it's a real fair comparison. Instead, I want to revisit C# and even F# with...
|
More Posts