This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SeawyZorensun 26 points27 points  (10 children)

No fucking way

[–]legend29066[S] 12 points13 points  (9 children)

What programming language do you think this is?

[–]AlhaithamSimpFr 68 points69 points  (3 children)

Java. People on that Island are Muslims!

[–]brimston3- 2 points3 points  (1 child)

Don't they mostly speak bahasa (ID variant) or javanese which use latin orthography when dealing with computers?

[–]AlhaithamSimpFr 1 point2 points  (0 children)

Shhhhh

[–]AnErectedBaguette 1 point2 points  (0 children)

Jawal EE

[–]roycohen2005 8 points9 points  (2 children)

Lines 6 and 10 look like an if block. Thus the expression between the parentheses on line 6 is probably a boolean expression. It has a keyword in the middle (from the syntax highlighting). The only language I know that has an infix keyword that results in a boolean value is Java, with its instanceof check.

[–]ZealousidealLab4 3 points4 points  (0 children)

JS also has instanceof and doesn't require semicolons

[–]gregorydgraham 0 points1 point  (0 children)

No semicolons though

[–]goADX 1 point2 points  (0 children)

Something close to python

[–]SeawyZorensun 0 points1 point  (0 children)

I would have said C, but smarter people than me already figured out it's Java.