Skip to content

Commit

Permalink
Recommend why functional programming matters
Browse files Browse the repository at this point in the history
Want to recommend the article why functional programming matters.

This is not a scared research paper but rather a modest introduction on how functional programming plays an important role in software development using many interesting examples. It is a quite famous paper that got more than 1k citations and is usually considered a good article to read when understanding the motivation of functional programming.

I checked adding this reference still fits the page.
  • Loading branch information
xnning authored and mihaimaruseac committed Sep 17, 2019
1 parent 2410fcd commit dbba083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell_101/slides/haskell_101.tex
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ \section{Links}
\item \href{http://haskellbook.com}{haskellbook.com}
\item \href{https://www.haskell.org/hoogle/}{haskell.org/hoogle/}
\item \href{https://dev.to/stereobooster/pragmatic-types-type-systems-vs-tests-4k3e}{Pragmatic types: types vs tests}
\item \href{https://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf}{Why functional programming matters}
\end{itemize}
\end{frame}
Expand Down

0 comments on commit dbba083

Please sign in to comment.