this post was submitted on 28 Sep 2023
39 points (97.6% liked)

Godot

5918 readers
85 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago (4 children)

It's a single purpose language. Learning it will bring you no benefit other than using Godot.

Learn c# and you can do basicly anything you want.

Also gdscript is kinda ugly.

[–] ObsidianBlk 5 points 1 year ago (3 children)

I disagree. Even if one is new to programming, learning GDScript still teaches one how to program. Loops, conditions, variables, functions... basically all that is programming is still part of GDScript and it would be no more difficult, once learned, to switch from GDScript to any other language as it would to switch from C#, C/C++, Python, etc. That is to say, once you understand how to program, it's nowhere near as hard to switch languages as initially learning your first one.

That said, the same could be argued when working with different engines within the same language. C# in Unity, C# in Godot, and C# in ASP.Net applications all have their idiosyncracies that might make the language feel different, even though, at it's core, it's the same language. How a library functions can have a drastic effect on how you program a language, and if you change one library for another, even in the same language, you may find you have to alter your programming style.

Additionally, languages can be ported. GDScript currently only exists in Godot, but nothing is stopping anyone from writing a python-like or nodejs-like runtime interpreter for the language that allows you to use GDScript sans-Godot.

As for how nice the language looks... that's subjective. I, honestly, find GDScript to be a very clean looking language (much like I do Python... probably unsurprisingly). C#, on the other hand, I find to be a verbose mess, seeming to take 100 lines of course to accomplish something I can do in 10 in other languages. But, again, that's subjective

[–] [email protected] 0 points 1 year ago (1 children)

seeming to take 100 lines of course to accomplish something I can do in 10 in other languages. But, again, that’s subjective

That's clearly vast exaggeration, and devalues the rest of your post.

[–] ObsidianBlk 0 points 1 year ago

So... my opinion regarding how I perceived C# and followed that statement up with it being subjective (aka, opinion), in your view, devalues the rest of my post. That's your hang up?

Cool beans

load more comments (1 replies)
load more comments (1 replies)