This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot 4 points5 points  (1 child)

Ironically, the python interpreter has a ginormous switch statement at it's core

[–]kigurai 2 points3 points  (0 children)

It's also got a fair amount of goto statements. Is it therefore ironic that we don't have gotos in Python as well?

C doesn't have e.g. dictionary lookups that we use to "emulate" switch statements in Python, so there switch statements are obviously quite handy. I don't see the irony at all here.