Moved the JavaScript justification over to a wiki. (#88)

This commit is contained in:
Jethro Larson 2016-07-29 12:07:11 -07:00 committed by hemanth.hm
parent 5f9cdd6b3d
commit a8734e931f

View file

@ -1,8 +1,8 @@
# Functional Programming Jargon
Functional programming (FP) provides a lot of advantages and its popularity has been increasing as a result. However each programming paradigm comes with its own unique jargon and FP is no exception. By providing a glossary we hope to make learning FP easier.
Functional programming (FP) provides a lot of advantages and its popularity has been increasing as a result. However each programming paradigm comes with its own unique jargon and FP is no exception. By providing a glossary with lots of examples we hope to make learning FP easier.
JavaScript is popular language that is well suited to FP; especially with revision ES2015. Therefore we have chosen to use JavaScript (ES2015) for our examples, and in some cases definitions. This should make this glossary as accessible and as possible and introduce features from the new revision.
Examples are presented in JavaScript (ES2015). [Why JavaScript?](https://github.com/hemanth/functional-programming-jargon/wiki/Why-JavaScript%3F)
*This is a [WIP](https://github.com/hemanth/functional-programming-jargon/issues/20); please feel free to send a PR ;)*