trivia·TriviabyAtegon Guess the language: #1Throw your guesses down below. Answer will be given in a dayView original on programming.dev10Comments11
I Cast Fist replyprogramming.devMy thought as well. Ending if then blocks with end, while lacking ; looks a lot like it2
Ategon programming.dev1Hide 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 :::2
pwshguy (mdowst) replyprogramming.devVery close to VB. Glad I noticed it didn't have End If and End Function before I guessed.2
PPhytolizer lemmy.fmhy.mlCould have been Ruby if it weren't for the function keyword at the start. ("then" is allowed but optional.) It's Lua2
Lua?
Yeah looks like Lua
My thought as well. Ending if then blocks with end, while lacking ; looks a lot like it
Matlab / Octave / Scilab?
::: 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
thenandfunctionthat give it away. 75% of comments got it right :::Very close to VB. Glad I noticed it didn't have
End IfandEnd Functionbefore I guessed.Could have been Ruby if it weren't for the function keyword at the start. ("then" is allowed but optional.) It's Lua
julia probaly
Julia?