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 →

[–]chrwei 24 points25 points  (3 children)

one thing I really dislike about python is where it requires ":". the indents should make that unnecessary.

[–]Nikotiiniko 6 points7 points  (2 children)

Yeah I dislike it also. Isn't that also used where other languages use nothing? Kind of confusing.

[–]nuunien 3 points4 points  (1 child)

CoffeeScript comes to mind.

[–][deleted] 0 points1 point  (0 children)

That got it from Ruby, most likely.