Live data from Hacker News

Ugit - DIY Git in Python

leshenko.net

1–10 of 25 posts

Re: Ugit - DIY Git in Python

#2
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

Re: Ugit - DIY Git in Python

#6
post #2

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.

Re: Ugit - DIY Git in Python

#9
post #2

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

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/

Re: Ugit - DIY Git in Python

#10
post #2

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

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/

Post reply on HN