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

What about the design of Ruby makes it far superior?



Blocks, Procs and lambdas compared with Python's crippled equivalent. Elegant built-in regex handling curated from Perl. Concise, expressive one-liners. Perlish list shorthand: %w(aa bb cc) => ['aa', 'bb', 'cc']. Everything an expression.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: