Y
Hacker News
new
|
ask
|
show
|
jobs
by
Angius
1404 days ago
Besides no strict typing, Godot also has a huge issue with string-based development. Everything is a string. I'm surprised calling GDScript functions isn't done with string literals like "function"()
1 comments
lewispollard
1404 days ago
Godot 4 greatly reduces this reliance on strings in the api, though. It has lambdas too.
link