Guess the language: #3

And were up to the third language to guess! This one might be a bit harder for most people compared to the last two. Throw your guesses down below and ill reveal the answer in a day

13 points · 6 comments · view on lemmy.world

6 Comments

Hunter232@programming.dev · 6 pts · 3y

Gdscript?

firelizzard@programming.dev · 2 pts · 3y

Scala?

RaiIsNotYourGuy@programming.dev · 1 pts · 3y

Kinda looks like python

CowboyBobo@programming.dev · 1 pts · 3y

It looks like sml but sml uses fun not func

squiblet@kbin.social · 1 pts · 3y

My best guess was Swift, but I don't know whether you can omit the braces, or if it uses pattern matching. So maybe not.

Ategon@programming.dev · 1 pts · 3y

::: spoiler Click to show answer The answer is gdscript! This is a language used by the godot engine. The main thing that gives is away is using func keyword to define functions and using a match statement instead of a switch statement