Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.15 KB

Intro to Haskell and Functional Programming

Overview

This is the course repository for the SFU intro class. It will be a "today I learned" sort of repo with links, examples, and class notes. Class notes are the Day... slides.

This is mostly from:

The scaffold for simple web apps etc will live here as well.

slides

To generate slides, first you need to pull the revealjs code into your folder and install pandoc. Just clone: https://github.com/hakimel/reveal.js.git

Then type:

pandoc -t revealjs -s Day1.md -o slides/Day1.html --self-contained --slide-level=2 --highlight-style=zenburn --variable theme="simple"