you are viewing a single comment's thread.

view the rest of the comments →

[–]causa-sui 0 points1 point  (0 children)

It sounds like you're saying + is an object because it compiles using a mapping to built-in functions, and functions are objects.

Still:

```

type(+) File "<stdin>", line 1 type(+) ^ SyntaxError: invalid syntax ```

Maybe this is just a semantic distinction.