Added slides from class that I taught on Turtle

This commit is contained in:
Gabriel Gonzalez 2015-05-04 16:01:30 -07:00
parent 7a3caa3f0a
commit 18550cdc8d
3 changed files with 1748 additions and 0 deletions

12
slides/go Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env runhaskell
{-# LANGUAGE OverloadedStrings #-}
import Turtle
main = do
-- Add the `--self-contained` flag for slower but relocatable builds
proc "pandoc" ["-t", "slidy", "-s", "slides.md", "-o", "slides.html"] empty
-- This is for Firefox on OSX, replace this with your favorite browser
proc "open" ["/Applications/Firefox.app", "slides.html"] empty

BIN
slides/hackage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

1736
slides/slides.md Normal file

File diff suppressed because it is too large Load diff