|
|
|
|
|
by sylware
1288 days ago
|
|
Very nice. That said even C has already a way too rich and complex syntax. ISO is doing planned obsolescence with its syntax instead of fixing it, and no the linux kernel is not written in C, but using a gcc-massively-extended C dialect. Then it needs discipline: c89 with benign bits of c99/c11/etc. A good move is to write/use a C coded game engine, I wish godot was plain and simple C. |
|
Still... Godot makes HEAVY use of C++'s exclusive features. The GUI system relies on complex static and virtual inheritance and the scripting engine makes serious use of macros for automatic class integration. ...and that's just me scratching the surface with my limited knowledge!