1

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.

1
  • read any book on LISP, haskell or scheme. Functional paradigm is a paradigm it can be applied to any language (with first class functions or without if you enjoy pain). A good example might be the Backbone.js annotated source code. Commented May 1, 2011 at 16:38

2 Answers 2

2

As you've revised, osteele dot com is very good. Here you have some other useful links that will help you:

Sign up to request clarification or add additional context in comments.

1 Comment

thanks i will look your links High Order javascript very intresting article
0

Also check out this library and its documentation:

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.