Hacker News new | ask | show | jobs
by tombert 3050 days ago
One of my go-to projects for learning a new language is implementing Conway's Game of Life (while trying my best to follow the idioms of the language).

I feel that project is easy enough to not get terribly frustrating, but not entirely trivial, forcing you to think a bit about how you are going to structure it.