Javascript as a functional language

前端 未结 8 2066
别跟我提以往
别跟我提以往 2020-12-02 06:56

I am looking get to grips with functional programming concepts.

I\'ve used Javascript for many years for client side scripting in web applications and apart from usi

8条回答
  •  忘掉有多难
    2020-12-02 07:28

    Although javascript supports FP to some degree, it does not directly encourage it. That's why projects like Oliver Steele's Functional exist, to fill in the gaps. So I wouldn't recommend it for learning FP. Check out F# instead.

提交回复
热议问题