Slides for "Haskell Shell Scripting with Turtle"
- HTML 99.6%
- Haskell 0.4%
| .ghci | ||
| .gitignore | ||
| example.hs | ||
| generate.hs | ||
| README.md | ||
| slides.html | ||
| slides.md | ||
Slides for "Haskell Shell Scripting with Turtle"
A Lambda Luminaries talk:
http://www.meetup.com/lambda-luminaries/events/231686085/
Generating Slides
If you have turtle installed:
$ ./generate.hs
Otherwise use pandoc directly:
$ pandoc -t slidy --self-contained -s slides.md -o slides.html
Then open slides.html in a web browser.