You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Functional Programming Jargon
2
2
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.
4
4
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)
6
6
7
7
*This is a [WIP](https://github.com/hemanth/functional-programming-jargon/issues/20); please feel free to send a PR ;)*
0 commit comments