nyan_sandwich comments on The raw-experience dogma: Dissolving the “qualia” problem - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (340)
python:
Lua:
Also, lots of syntax differences (end, then, do, function, whitespace, elseif, etc). They are similar in that they are dynamic languages. I don't think anything was particularly inspired by anything else.
Ah, ok, in python {'x', 'y'} would denote an unordered set containing 'x' and 'y', I assumed a correspondence.
lua unordered sets are a bit more verbose: