https://github.com/olical/cljit
Git implemented in Clojure from following along with Building Git
https://github.com/olical/cljit
Last synced: 4 months ago
JSON representation
Git implemented in Clojure from following along with Building Git
- Host: GitHub
- URL: https://github.com/olical/cljit
- Owner: Olical
- License: unlicense
- Created: 2019-09-30T12:46:14.000Z (almost 7 years ago)
- Default Branch: HEAD
- Last Pushed: 2019-09-30T12:48:11.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T13:52:23.886Z (over 1 year ago)
- Homepage: https://shop.jcoglan.com/building-git/
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cljit
Git implemented in Clojure from following along with [Building Git][book].
## Unlicenced
Find the full [unlicense][] in the `UNLICENSE` file, but here's a snippet.
> This is free and unencumbered software released into the public domain.
>
> Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
[unlicense]: http://unlicense.org/
[book]: https://shop.jcoglan.com/building-git/