git is complicated and bloated, hg is just useless to everyone, svn is too heavy and Apache-dependent so meet... # larc larc - yet another version control system # why the hell larc? - it solves the main problems I wanted to fix: Git's bloat, the speed of Git and Hg, and the convenience of svn-style revisions # development status: in progress # notes: The main branch is not main, not master. If you call it slave or something like that - I will personally destroy you. The main branch is called: port # IDE support JetBrains: [clickme](./ide/jetbrains) # how to run? ```bash go run ./cmd/compile/ -v && cp larc ~/.local/bin/ ```