back

by nateb2022·4y ago·view on hn ↗
I would recommend Go. It would be easier to learn, and it's syntactically more similar to established languages like C, C#, Java, and the like, so it would be a good introduction to them.

If he wants to make a game, which is the reason I picked up programming when I was 13, I strongly recommend giving him Godot and having him learn GDScript, which is basically a dialect of Python 3. It would be enjoyable for him, and he'd have something tangible, fun, and hands-on.

1 comments
Having learned both Elixir and Go, I respectfully disagree. Elixir is very easy to learn and Phoenix is one of the best web frameworks available today. You could also use LiveView to create browser-based games, whereas with Go you'd be required to also learn JavaScript.