Did some light copy editing of the introductory text and added a list of FP libraries (#96)

* Copy edit introductory text and add list of FP libraries

* Make FP libraries list conform to style for translations list
This commit is contained in:
Steven Syrek 2016-08-02 00:52:35 -04:00 committed by hemanth.hm
parent 8839023886
commit b29559cc0b

View file

@ -1,10 +1,9 @@
# 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 with lots of examples we hope to make learning FP easier.
Functional programming (FP) provides many 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.
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 ;)*
Where applicable, this document uses terms defined in the [Fantasy Land spec](https://github.com/fantasyland/fantasy-land)
@ -12,6 +11,15 @@ Where applicable, this document uses terms defined in the [Fantasy Land spec](ht
__Translations:__
* [Portuguese](https://github.com/alexmoreno/jargoes-programacao-funcional)
__Functional programming libraries and projects for JavaScript:__
* [ramda](https://github.com/ramda/ramda)
* [lodash](https://github.com/lodash/lodash)
* [underscore.js](https://github.com/jashkenas/underscore)
* [lazy.js](https://github.com/dtao/lazy.js)
* [maryamyriameliamurphies.js](https://github.com/sjsyrek/maryamyriameliamurphies.js)
* [Haskell in ES6](https://github.com/casualjavascript/haskell-in-es6)
### Contents
<!-- RM(noparent,notop) -->