Quantcast
Viewing all articles
Browse latest Browse all 38

Thinking in Functional Style using F# and C#

Functional Programming has been around for a while, but it is gaining popularity, especially due to direct support in languages on the JVM and the CLR. Writing code in functional style is not about syntax. It is a paradigm shift. In this presentation, using examples from F# and C#, you will learn how to write code in functional style. We will start out discussing the elements of functional programming and then look at examples of some common operations and how you can implement those in functional style. Thinking in Functional Style ...

Viewing all articles
Browse latest Browse all 38

Trending Articles