Skip to content

Commit b29559c

Browse files
sjsyrekhemanth
authored andcommitted
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
1 parent 8839023 commit b29559c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# Functional Programming Jargon
22

3-
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.
3+
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.
44

55
Examples are presented in JavaScript (ES2015). [Why JavaScript?](https://github.com/hemanth/functional-programming-jargon/wiki/Why-JavaScript%3F)
66

7-
87
*This is a [WIP](https://github.com/hemanth/functional-programming-jargon/issues/20); please feel free to send a PR ;)*
98

109
Where applicable, this document uses terms defined in the [Fantasy Land spec](https://github.com/fantasyland/fantasy-land)
1110

1211
__Translations:__
1312
* [Portuguese](https://github.com/alexmoreno/jargoes-programacao-funcional)
1413

14+
__Functional programming libraries and projects for JavaScript:__
15+
16+
* [ramda](https://github.com/ramda/ramda)
17+
* [lodash](https://github.com/lodash/lodash)
18+
* [underscore.js](https://github.com/jashkenas/underscore)
19+
* [lazy.js](https://github.com/dtao/lazy.js)
20+
* [maryamyriameliamurphies.js](https://github.com/sjsyrek/maryamyriameliamurphies.js)
21+
* [Haskell in ES6](https://github.com/casualjavascript/haskell-in-es6)
22+
1523
### Contents
1624

1725
<!-- RM(noparent,notop) -->

0 commit comments

Comments
 (0)