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

I see some people saying that Ruby is too much "magic", while what is magic is Rails. Ruby itself can have its high useful work / LoC ratio thanks to its syntax. For example, you can spawn a thread with:

thread = Thread.new do # thread code end

...

thread.join

In this example we can see that it's not magic, only concise.

I wrote more about it here: https://news.ycombinator.com/item?id=40763640






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

Search: