From 88390238864a9c710b8dc83d147310f8d485aa75 Mon Sep 17 00:00:00 2001 From: Alex M Date: Mon, 1 Aug 2016 13:09:03 -0300 Subject: [PATCH] Added Portuguese link and "contents" (#92) * Added Portuguese link and "contents" * Trying to fix add portuguese and contents * Trying to fix add portuguese and contents 2 --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index f82ecba..0f407b1 100644 --- a/readme.md +++ b/readme.md @@ -4,12 +4,19 @@ Functional programming (FP) provides a lot of advantages and its popularity has 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) +__Translations:__ +* [Portuguese](https://github.com/alexmoreno/jargoes-programacao-funcional) + +### Contents + + * [Arity](#arity) * [Higher-Order Functions (HOF)](#higher-order-functions-hof) * [Partial Application](#partial-application)