Guess the language: #1

Throw your guesses down below. Answer will be given in a day

10 points · 11 comments · view on lemmy.world

11 Comments

while1malloc0@beehaw.org · 4 pts · 3y (2 replies)

Lua?

Paradox42@programming.dev · 2 pts · 3y

Yeah looks like Lua

ICastFist@programming.dev · 2 pts · 3y

My thought as well. Ending if then blocks with end, while lacking ; looks a lot like it

Phytolizer@lemmy.fmhy.ml · 2 pts · 3y

Could have been Ruby if it weren't for the function keyword at the start. ("then" is allowed but optional.) It's Lua

AreAnyUsernamesAvail@kbin.social · 2 pts · 3y

Matlab / Octave / Scilab?

Ategon@programming.dev · 2 pts · 3y (1 reply)

::: spoiler Click to reveal answer And the answer is Lua! The syntax is a bit similar to other languages but there are some keywords like then and function that give it away. 75% of comments got it right :::

pwshguy@programming.dev · 2 pts · 3y

Very close to VB. Glad I noticed it didn't have End If and End Function before I guessed.

dr_catman@beehaw.org · 1 pts · 3y

Julia?

choroalp@programming.dev · 1 pts · 3y

julia probaly