git clone in Haskell from the bottom up
In order to give some structure to my ongoing investigation of git’s data structures, protocols and implementation I decided to re-implement git clone without using any of git’s plumbing commands or any of the existing git libraries. Along the way I tried to keep some implementation notes that shoul…
Hasnain says:
This is a great article on both Haskell and Git and I need to go over it in detail.
Posted on 2014-12-07T22:10:22+0000