An open API service indexing awesome lists of open source software.

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

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/