mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 10:36:45 +00:00
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
This commit is contained in:
parent
a8734e931f
commit
8839023886
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
<!-- RM(noparent,notop) -->
|
||||
|
||||
|
||||
* [Arity](#arity)
|
||||
* [Higher-Order Functions (HOF)](#higher-order-functions-hof)
|
||||
* [Partial Application](#partial-application)
|
||||
|
|
|
|||
Loading…
Reference in a new issue