this post was submitted on 12 Sep 2026
2 points (55.0% liked)
Programming
15586 readers
6 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I used Lua as a scripting language directly tied to C. It is useful for allowing scripts to interact directly with compiled code. The compiled code is still the focus, but the scripts allow changes without a recompile.
I used to like C#, but dotnet didn't become as portable as I hoped it would.
I use C (embedded), C++ (everything), Python (data manipulation), PowerShell (pipelines) and bash (pipelines).
I hope you can find a non-homework job to use whatever skillset you are developing.