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

Yes, but it's a good example of how Java is about twice as verbose to do the same work. The Ruby version of that can be written as simply:

Thread.new{ ... thread code ...}.join

The extra verboseness quickly adds up if every statement takes twice as much code.




Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: