Modern Language I should learn/focus on for home projects. Small 3D apps, games, command-line utilities, etc. I don't need no 3rd-party library ecosystem.

#ProgrammingLanguages #RockTheVote #LearnToCode #IndecisionParalysis #ChooseMyFate #ImBored #ICantPlayDiablo4AllOfTheTime #WellICouldBut

Swift
0%
C#
33.3%
Go
66.7%
C++23
0%
Poll ended at .

@Velyn
>Small 3D apps, games
WebGL-> javascript or Godot-> gdscript

> command-line utilities
python

>etc
C and glsl - to port and compile performance critical logic

@Velyn I would vote C, but the closest is Go - it's true multiplatform, it's a lightweight, concise language, has great concurrency, and features some light weight SDL like game frameworks. C# and Swift are too much tied to their origin OSes for my taste, and C++...well, it's C++ ;)