From b29559cc0b09a0f046ef964878869192bdf25bc0 Mon Sep 17 00:00:00 2001 From: Steven Syrek Date: Tue, 2 Aug 2016 00:52:35 -0400 Subject: [PATCH] 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 --- readme.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0f407b1..736cc10 100644 --- a/readme.md +++ b/readme.md @@ -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