Hacker News new | ask | show | jobs
by blensor 1208 days ago
Well nobody forces you to use it. You can mix it with other languages, even more so in Godot 4 where languages can be GDExtensions. You can write one script in GDScript and another in C# if you want.

I personally like to use it. It's not perfect but it's a language that's tailored for the task it's doing, namely driving the high level logic of a game engine.

And most importantly it's beginner friendly, so it's pretty nice for people who want to get into programming.