Are side-effects possible in pure functional programming

后端 未结 9 1009
一个人的身影
一个人的身影 2020-12-14 02:53

I have been trying to wrap my head around functional programming for a while now? I have looked up lambda calculus, LISP, OCML, F# and even combinatorial logic but the main

9条回答
  •  天涯浪人
    2020-12-14 03:15

    You need to know at least another essential concept: Monads. You will need this to do I/O and the other "useful" stuff!

提交回复
热议问题