GDScript – Custom scripting language to be used with the Godot game engine

by doodlesdevon 12/30/23, 3:36 AMwith 22 comments
by xnxnon 12/30/23, 6:07 AM

The official GDScript language documentation is here:

https://docs.godotengine.org/en/stable/tutorials/scripting/g...

Registering gdscript.com and boasting about its search ranking is just gross.

by v3ss0non 12/30/23, 5:45 AM

Why not just use python, why reinventing the wheel necessary? From most developer experience GD script isn't faster. Also that website is not official Godot website. It's a domain grab of a someone learning Godot.

by stevefan1999on 12/30/23, 6:55 AM

I still didn't like it since it doesn't have JIT nor AOT to speed up code. That's why Godot C# is even faster than GDScript at many scenarios

by jrockwayon 12/30/23, 5:35 AM

How does GDScript compare with Starlark?