this post was submitted on 02 Sep 2024
894 points (99.1% liked)

Programmer Humor

36939 readers
217 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Incase it doesn't show up:

you are viewing a single comment's thread
view the rest of the comments
[–] geneva_convenience@lemmy.ml 3 points 10 months ago (3 children)

Brackeys started a series on Godot recently. If you are writing a smaller game GDscript looks attractive and far simpler.

[–] Myavatargotsnowedon@lemmy.world 3 points 10 months ago

They're mucking it about a little though, like that post when checking if types don't match '! value is type' can now be 'value is not type' which is more readable but not as logical in terms of the language.

[–] TheHarpyEagle@pawb.social 2 points 10 months ago

Being a Python simp, I find GDscript just different enough to nag. There's a lot of QoL stuff they don't have and aren't (currently) looking to add in order to keep the language simple. Honestly has me looking to use C# instead.

[–] TheHarpyEagle@pawb.social 1 points 10 months ago

Being a Python simp, I find GDscript just different enough to nag. There's a lot of QoL stuff they don't have and aren't (currently) looking to add in order to keep the language simple. Honestly has me looking to use C# instead.