in reply to Re^4: Ternary operators: a hinderance, not a help
in thread Ternary operators: a hinderance, not a help

Yes. Isn't Ruby nice ;-) Most of your example niceness is due to syntax, though... I've been using ruby for a couple of months now, and at first I didn't like the begin ... end type statements, but you get used to them pretty quicky, and now I actually prefer them over { ... } in ruby.

Seriously, I'm using ruby for a project now, and it *is* pretty damn good. Some of the design decisions in perl 6 are good too, but overall, I actually like the current ruby design better than perl 6. I mean, hyper operators are cool and all, but where is my easy operator overloading?

please someone tell me how to do overloading in perl 6

  • Comment on Re^5: Ternary operators: a hinderance, not a help