MBlume comments on The raw-experience dogma: Dissolving the “qualia” problem - Less Wrong

2 Post author: metaphysicist 16 September 2012 07:15PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (340)

You are viewing a single comment's thread. Show more comments above.

Comment author: MBlume 14 September 2012 05:56:09PM 0 points [-]

Ah, ok, in python {'x', 'y'} would denote an unordered set containing 'x' and 'y', I assumed a correspondence.

Comment author: [deleted] 14 September 2012 06:04:53PM 1 point [-]

lua unordered sets are a bit more verbose:

{x = true, y = true}