Hacker News new | past | comments | ask | show | jobs | submit login

Anyone knows of similar projects in another languages? I've been wanting to understand some important tools (like git in this case) and also learn some languages I've been pushing back. Would love to find more of these



There's a long list here: https://github.com/danistefanovic/build-your-own-x.

Also, https://codecrafters.io/challenges/git supports multiple languages (I'm the author). Many folks that try this challenge do it for the same reason you mentioned: to learn about a tool and learn a new language at the same time.


I was thinking the same and found the book that teaches to build Git in Ruby, although I haven’t checked it out yet: https://shop.jcoglan.com/building-git/


I followed along to that book in Rust and found it excellent.


There's https://git.sr.ht/~sircmpwn/shit, written in posix sh. It doesn't implement any of the porcelain though.


I’ve been slowly working on implementing git in Common Lisp: https://github.com/fiddlerwoaroof/cl-git

I think I have most of the object type parsers done for loose objects and pack files, just need to finish implementing the delta ref decoding algorithm.


The OpenBSD people are working on Game of Trees: http://gameoftrees.org/

And I wrote the one that 9front uses, which is self hosting (client, server, and web ui all run off it): http://shithub.us/ori/git9/HEAD/f.html


For Rust, see https://github.com/Byron/gitoxide , which provides both a pure Rust library and a command-line tool built atop that library.


Exactly, Typescript or C# would have been very nice.

edit: found some for JS, not TS but still something:

http://gitlet.maryrosecook.com/docs/gitlet.html

https://kushagra.dev/blog/build-git-learn-git/




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: