Skip to content
Snippets Groups Projects
Commit 37b5bcc7 authored by Nicolas Lenz's avatar Nicolas Lenz :snowflake:
Browse files

Update README.md

parent a6399a1d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,12 @@ ...@@ -2,7 +2,12 @@
[**View as PDF**](https://lab.pages.eisfunke.com/fupro/slides.pdf) [**View as PDF**](https://lab.pages.eisfunke.com/fupro/slides.pdf)
These are slides for an introductory workshop about functional programming with Haskell. The slides themselves are quite terse and only meant as underpinning of a complete workshop or talk, if you want to learn Haskell by yourself, take a look at the great book [Learn You a Haskell for Great Good!](http://learnyouahaskell.com), you can read it for free online. The structure of these slides is loosely based on the book's structure. These are slides for an introductory, practice-oriented workshop about functional programming with Haskell. The slides themselves are quite terse and only meant as underpinning of a complete workshop or talk.
If you want to learn Haskell by yourself, take a look at the great book [Learn You a Haskell for Great Good!](http://learnyouahaskell.com), you can read it for free online. The structure of these slides is loosely based on the book's structure.
Also note that these slides are still not *that* polished and will probably change a lot over time.
## Content ## Content
...@@ -12,6 +17,7 @@ skinparam monochrome true ...@@ -12,6 +17,7 @@ skinparam monochrome true
* Functional Programming * Functional Programming
** Setting up ** Setting up
*** Setting up a Stack environment *** Setting up a Stack environment
*** Haskell Platform
*** Using the GHCi *** Using the GHCi
** Basics ** Basics
*** What is functional programming? *** What is functional programming?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment