Skip to content

asamiam/NotesHaskell

Repository files navigation

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"

About

An attempt to aggregate a bunch of tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages