File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,19 @@ Functional programming (FP) provides a lot of advantages and its popularity has
4
4
5
5
Examples are presented in JavaScript (ES2015). [ Why JavaScript?] ( https://github.com/hemanth/functional-programming-jargon/wiki/Why-JavaScript%3F )
6
6
7
+
7
8
* This is a [ WIP] ( https://github.com/hemanth/functional-programming-jargon/issues/20 ) ; please feel free to send a PR ;)*
8
9
9
10
Where applicable, this document uses terms defined in the [ Fantasy Land spec] ( https://github.com/fantasyland/fantasy-land )
10
11
12
+ __ Translations:__
13
+ * [ Portuguese] ( https://github.com/alexmoreno/jargoes-programacao-funcional )
14
+
15
+ ### Contents
16
+
11
17
<!-- RM(noparent,notop) -->
12
18
19
+
13
20
* [ Arity] ( #arity )
14
21
* [ Higher-Order Functions (HOF)] ( #higher-order-functions-hof )
15
22
* [ Partial Application] ( #partial-application )
You can’t perform that action at this time.
0 commit comments