Functional programming and non-functional programming

后端 未结 8 1413
情书的邮戳
情书的邮戳 2020-11-28 18:02

In my second year of University we were \"taught\" Haskell, I know almost nothing about it and even less about functional programming.

What is functional programming

8条回答
  •  情话喂你
    2020-11-28 18:39

    May be worth checking out this article on F# "101" on CoDe Mag recently posted.

    Also, Dustin Campbell has a great blog where he has posted many articles on his adventures on getting up to speed with F#..

    I hope you find these useful :)

    EDIT:

    Also, just to add, my understanding of functional programming is that everything is a function, or parameters to a function, rather than instances/stateful objects.. But I could be wrong F# is something I am dying to get in to but just dont have the time! :)

提交回复
热议问题