Live data from Hacker News

“Let's settle this in a Ruby programming contest”

jeffkreeftmeijer.com

1–10 of 19 posts

Re: “Let's settle this in a Ruby programming contest”

#9
post #8
post #5

Fun idea, I will definitely try it out! By the way: if ( ready? && set? ) { fight! }; ain't valid ruby code :).

How about: if ready? && set? then fight!

I know the code snippet doesn't actually work, but I used it because it looks pretty cool. `if ready? && set? then fight!` is the first Ruby snippet one that I really like. :)
Post reply on HN