The content is within *.md files.
index.mdis the index page of the online version
To check that code snippets are valid, run the following from the repo's top-level:
cd slides && ./extract_hs.sh; cd -; cabal build alland for Java files:
cd slides && ./build_java.sh; cd -This course has not been written from scratch. It takes inspiration from:
- http://learnyouahaskell.com/chapters
- Brent Yorgey's course at Penn University
- OCaml course at Université Paris Diderot