Looking for a small project to do as an introduction to functional programming -
i've been reading on functional programming lot recently, , decided best way understand start using it. spent time looking @ different reviews of functional languages, , think i've settled on haskell because of supposed elegance , fact seems go-to pure functional language. i've been coding in java, python, , perl, figure exercise might pick language forces me use functional programming ideas rather scala or lisp supports imperative programming (but if has thoughts or opinions this, i'd love hear them).
anyway, whole point learning ideas of functional programming (for me @ least) i've heard problems more naturally solved in way. , i've found it's better learn new things applying them somehow rather going through mindless tutorials. so, being said, straightforward problems/projects can learn essence of functional programming?
try working through project euler challenges. harder go, tackling them 1 one functional programming point-of-view way of learning.
Comments
Post a Comment