Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 533 Bytes

cljs-intro-slides

A slide deck for an intro to Clojure / ClojureScript talk I gave at work some time ago. Slides created via AsciiDoc. All images from wikimedia commons.

You can view the resulting slides online here: http://timgilbert.github.io/cljs-intro-slides/

To build it:

brew install asciidoc               # Or apt-get or whatnot
pip install pygments
asciidoc intro.adoc && open intro.html