> hehe, typescript because 1. it’s my main language by far, 2. i don’t code in go, 3. i need bindings to git. the libgit2 project provides them, the best version is of course in pure C, but the nodejs version is i think one of the best maintained ones on top of it if not the best, so just makes sense to use it, 4. in the future will need to use github/gitlab/etc APIs, so working w/ http is easy in ts, and both github & gitlab have api client libraries available
mostly because of 1., but it all made sense as things went on:D