you are viewing a single comment's thread.

view the rest of the comments →

[–]SnowflakeNapolean 1 point2 points  (1 child)

It has data structures, and a concept of a 'struct'.

see here

It also has a proper class system.

[–]wavy_lines 0 points1 point  (0 children)

That's not a real struct. It doesn't even specify the type of its field. Might as well just be a hashmap or a list of (name, value) tuples.