danvk / effective-typescript

Effective TypeScript 2nd Edition: 83 Specific Ways to Improve Your TypeScript
https://effectivetypescript.com
Other
1.56k stars 226 forks source link

A TypeScript Perspective on Go: the 2021 Advent of Code #26

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

A TypeScript Perspective on Go: the 2021 Advent of Code

Effective TypeScript: A TypeScript Perspective on Go: the 2021 Advent of Code

https://effectivetypescript.com/2022/02/06/advent-of-code-2021-golang/

m3dwards commented 1 year ago

Good read from someone who writes Go and Typescript. One tip: you don't have to write programs in the GOROOT. Go modules released in 1.11 allows you to go build / run anywhere.

c-vetter commented 6 months ago

Thanks for the write-up, just what I needed 👍