this post was submitted on 11 Jun 2023
28 points (100.0% liked)
Programming
3347 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like to start out any new language with an implementation of Conway's Game of Life. It's relatively simple, but tends to exercise a decent bit of the language.
Seems like a good way to play around with multithreading, SIMD and even shaders if you wanted to.
You know, I’ve never implemented Conway’s game of life, and that sounds like an excellent way to work on a new language
It's a fun little project to do :)