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
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work.
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows.
Announcing 150M developers and a new free tier for GitHub Copilot in VS Code
Come and join 150M developers on GitHub that can now code with Copilot for free in VS Code.