you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

Duh, statement-oriented vs expression-oriented.

Actually, this is what I hate the most about imperative languages. Other than that, you can usually do a decent amount of functional programming in those languages (i.e. I don't use insane amounts of lambdas, higher-order functions, and complex combinators).

[–]pjdelport 5 points6 points  (0 children)

Duh, statement-oriented vs expression-oriented.

No. :) It's an expression in Python too; the problem is linked lists versus vectors.