Hacker News new | past | comments | ask | show | jobs | submit login

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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: