Are there any open source proejcts or guidelines of using javascript in functional programming way. I look at open source projects with using of underscore.js, wu.js, osteele [dot] com or another functional js library Are there any best practices for using functional javascript.
Can you recomment blogs of functional javascript guru.开发者_如何学C
As you've revised, osteele dot com is very good. Here you have some other useful links that will help you:
- Eloquent Javascript, Chapter 6: Functional Programming
- High Order Javascript
Also check out this library and its documentation:
- http://osteele.com/sources/javascript/functional/
精彩评论