GDOScript

What is GDOScript ?

My idea is to create an alternative way to write code for the Godot Engine (but an independent project from the Godot developers) with a simple scripting language that is similar to GO Lang, and indeed is powered by it in the form of a compiled code library that exposes an API (application programming interface). It will run as a GDExtension.

Some features may be:

The aim is to create a simple scripting language that has powerful features that are absent in GDScript that experienced developers may like and at the same time does not have all the features of GDScript. It should be complementary to it and be able to provide very fast code if (optionally) compiled to a module.

This is just an announcement post of the intention to develop gdoscript later on in 2024. Look forward to more content and news posted on this topic here.

More Articles