Hacker News new | ask | show | jobs
by gameswithgo 2814 days ago
you might enjoy my video series. you will probably want to skip ahead to where we set up SDL2

https://gameswithgo.org/

1 comments

> Go is also flexible in that it does not enforce a particular style of programming

That’s actually kind of a main theme of Go, that it’s very opinionated about what the right way to program is, and doesn’t do you any favors if you try to use it to do things in a way it doesn’t think aligns with that.