Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 11
    You should avoid statements. Commented Aug 12, 2012 at 5:42
  • I'm afraid this question might be a bit too open-ended for this site, but in any case, I would recommend reading this post by the ever-brilliant John Carmack: altdevblogaday.com/2012/04/26/functional-programming-in-c Commented Aug 12, 2012 at 7:07
  • Think in terms of expressions, not statements. Commented Aug 12, 2012 at 10:10
  • 2
    If you really want to learn to think functionally, take a purely functional programming language like Haskell. When you have become fluent in Haskell, you can consider hybrid languages like F#, Scala, and so on. Commented Aug 12, 2012 at 18:44