Advice on Learning “How to Think Functional”?

后端 未结 5 2039
慢半拍i
慢半拍i 2021-01-31 11:56

As a newbie in functional languages (I started touching Erlang a couple of weeks ago -- the first functional language I could get my hands on).

I started to writing some

5条回答
  •  暖寄归人
    2021-01-31 12:46

    I found myself often getting lost in decisions such as "should I use a helper List for intermediate result storage?" and "should I create a helper function to do this?"

    My advice for this: read The Little Schemer. You can follow it in Erlang. It's a good book to drill a sense of this into you.

提交回复
热议问题