Implementing the very first scala example I ran into some problems probably tipical for those who dipped into the declarative style functional programming from imperative style. I just can't lose the habit of mutating data ;) Are there some tutorials that help me introduce the functional programming style? Or is scala tutorial enough? (I've read a quarter of it yet)
feedback
|
closed as not constructive by Andrew Barber, Wooble, pad, Tomasz Nurkiewicz, Bill the Lizard♦ Jan 30 at 13:08
As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
One of the most celebrated tutorials for the functional programming language Haskell is Learn you a Haskell, I would seriously recommend it. | |||
feedback
|