Clojure Gitorial
This is pretty cool. @larrytheliquid has created a Gitorial on how to build a library in Clojure. TDD style. Gitorial? Larry’s blog post explains the concept: …this presentation was captured…
This is pretty cool. @larrytheliquid has created a Gitorial on how to build a library in Clojure. TDD style.
Gitorial? Larry’s blog post explains the concept:
…this presentation was captured in the Git revision control system. Every commit has a commit message that explains the “next slide” of the presentation. People can then view diffs between commits to quickly see what changed
Navigate to the first page of the commit log and follow along. The real power, as Larry explains, comes from being able to checkout any revision and play with the code.
Once the repository has been downloaded, you are able to check out any particular revision. Because the library has passing tests at every commit (unless otherwise noted), you are able to create a branch and play with the code with the backing of tests.
Grab the Gitorial at http://github.com/larrytheliquid/buzzer. Thanks Larry!
Written by
Related posts

GitHub Availability Report: May 2025
In May, we experienced three incidents that resulted in degraded performance across GitHub services.

GitHub Universe 2025: Here’s what’s in store at this year’s developer wonderland
Sharpen your skills, test out new tools, and connect with people who build like you.

GitHub Copilot: Meet the new coding agent
Implementing features has never been easier: Just assign a task or issue to Copilot. It runs in the background with GitHub Actions and submits its work as a pull request.