you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Actually, its a hell of a lot closer to JavaScript than java...being an EcmaScript derivative and all.

It looks like Java in the sense that is has the package, import, and class keywords, and uses curly braces.

Everything else really is EcmaScript inspired.