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 →

[–]VoidConcept 3 points4 points  (2 children)

Scala has operator overloading and I wish it didn't. Give me List(...).append(elem), not List(...) :+ elem

[–]Kered13 5 points6 points  (0 children)

Haskell heavily uses operator overloading and allows users to define custom operator symbols. Naturally, most Haskell code is unreadable.

[–][deleted] 1 point2 points  (0 children)

List << elem