Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Finally, the power of a mediocre scripting language with the bad design of another
-
GDScript is class-based, which is a significant difference from other loosely typed languages.
-
@SortOfTested Does that mean Python is moving up because it is getting some class?
I don't mind either Python or Javascript (less enthusiastic about JS though). I think the description of GDScript is interesting from a design perspective. They tried LUA and tried Python and others. Found them lacking and created something purpose built. Godot also supports C# for scripting I think. The docs for the engine are really good too. -
@Demolishun
It just means it's getting marginal type safety, so you can compile time check things. ☺️ -
@12bitfloat What constitutes bad design? I mean both Python and JS work for the purposes they were built. I mean they were not designed to tackle the same problems that C++ and Rust were designed to tackle.
What if you could combine elements of Python with elements of Javascript?
I present GDScript:
https://docs.godotengine.org/en/...
So far I am really liking this engine.
random
gdscript