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
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.