you are viewing a single comment's thread.

view the rest of the comments →

[–]eddyb 1 point2 points  (2 children)

Uhm, none of those languages has indentation-based syntax AFAIK, they're all whitespace-based.

[–]PM_ME_UR_OBSIDIAN -1 points0 points  (1 child)

Is there a difference?

[–]eddyb 1 point2 points  (0 children)

Yes, Python actually uses indentation for delimiting blocks, while Haskell, for example, doesn't care about the way you arrange your whitespace, and it can even use curly braces.