Hacker News new | ask | show | jobs
by smoldesu 1366 days ago
Might be a surface-level pull, but a lot of languages have 'by example' guides that walk you well-documented code. I have really fond memories of reading through an early copy of Rust by Example[0] in high school, which really opened my eyes and helped me understand The Rust Book better. A little while ago I had to learn Go in a short time, and Go by example[1] was equally as helpful for getting me up-and-running!

[0] https://doc.rust-lang.org/stable/rust-by-example/

[1] https://gobyexample.com/

1 comments

Thanks for sharing! Will check it out.