Skip to content

Some slides for an introduction to functions in Clojure for beginner programmers

License

Notifications You must be signed in to change notification settings

clojurebridge-nyc/functions-in-clojure-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Functions in Clojure

A slide deck for a little session introducing Clojure functions to beginning programmers, written for ClojureBridge NYC 2017.

View these slides online: https://clojurebridge-nyc.github.io/functions-in-clojure-slides/

Slides created via AsciiDoc. All images from wikimedia commons.

To build locally:

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

Auto-building:

brew install fswatch
fswatch -o index.adoc | xargs -n1 -I{} asciidoc index.adoc

To publish to github:

asciidoc index.adoc
git checkin -m "Updating compiled slides" index.html
git push origin master

About

Some slides for an introduction to functions in Clojure for beginner programmers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages