Skip to content

Commit a8734e9

Browse files
jethrolarsonhemanth
authored andcommitted
Moved the JavaScript justification over to a wiki. (#88)
1 parent 5f9cdd6 commit a8734e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 we hope to make learning FP easier.
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.
44

5-
JavaScript is popular language that is well suited to FP; especially with revision ES2015. Therefore we have chosen to use JavaScript (ES2015) for our examples, and in some cases definitions. This should make this glossary as accessible and as possible and introduce features from the new revision.
5+
Examples are presented in JavaScript (ES2015). [Why JavaScript?](https://github.com/hemanth/functional-programming-jargon/wiki/Why-JavaScript%3F)
66

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

0 commit comments

Comments
 (0)