Y
Hacker News
new
|
ask
|
show
|
jobs
by
grandalf
5977 days ago
They do make code more readable sometimes... but I think they are often used in Ruby as an alternative to @obj.method(:foo) -- in other words the Rubyist would use lambda{@obj.foo} and the pythonista would use obj.foo