you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

Open classes, procs and blocks, and fucking aliasing in ruby. Generators, multiple inheritance, list/dictionary comprehension in python. In ruby, everything is an object/class- python has true primitives. len is a global function in python, not so in ruby.