-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60e6818
commit db8a3e7
Showing
3 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Introduction to Functional Programming | ||
|
||
Tony will take you through the definition of Functional Programming (FP), then discuss some of the general and practical consequences of achieving the FP thesis. The introduction to FP definitions is built on existing knowledge of programming and mainstream programming languages. | ||
Tony will take you through the definition of Functional Programming (FP), then discuss some of the general and practical consequences of achieving the FP thesis. The introduction to FP definitions is built on existing knowledge of programming and mainstream programming languages. We will ask questions around why FP is worth considering for any software project, discuss the benefits and the potential pitfalls. | ||
|
||
After the introductory, Tony will hand over to Dave who will go into some of the finer details of Functional Programming. | ||
Some of the more difficult questions around FP will be put forward for further discussion. A student of FP can often be overwhelmed by the available material and constructing a purposeful learning path, so we will discuss this as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,5 +233,6 @@ | |
\input{consequences} | ||
\input{example} | ||
\input{benefits} | ||
\input{faq} | ||
|
||
\end{document} |