On Monday, 30 March 2015 at 03:26:14 UTC, deadalnix wrote:
On Sunday, 29 March 2015 at 16:32:32 UTC, Idan Arye wrote:
Computer science is all about tradeoffs. I used to love Ruby,
but then a Rails project got out of hand... Nowadays I use it
mainly as a bash replacement - Hundredfolds more expressive,
only a tiny tiny bit syntax overhead, and for things that
bash's safety would be enough Ruby's certainly suffices.
This is pretty much the recurring story with ruby. The first 10
000 lines are a lot of fun, and then it gets out of hands.
Just like any other language with dynamic typing.