= RGE Programming languages = Because RGE is written in assembly, any compiled programming language is available to be used with it. This includes even `chicken-scheme`,`ocaml` and possibly others. It can naturally be used along with `C` and `C++` apart from just `assembly`. In theory `rust` should work with it as well. But its discouraged due to its safety approach. Pretty much everything in the engine could be considered _unsafe_ and thus it is not recommended. .