“Let's settle this in a Ruby programming contest”
jeffkreeftmeijer.com
“Let's settle this in a Ruby programming contest”
1–10 of 19 posts
Re: “Let's settle this in a Ruby programming contest”
#2Really cool idea, it would be even more awesome if you can extend it to other languages, like python etc.
Re: “Let's settle this in a Ruby programming contest”
#3Cool, but man, could that website possibly take up less of my horizontal screen space?
Re: “Let's settle this in a Ruby programming contest”
#4"TopCoder for real world problems"! Great idea. Hope a lot of open source stuff comes out of this or at the very least helps current projects.
Re: “Let's settle this in a Ruby programming contest”
#5Fun idea, I will definitely try it out!
By the way:
if ( ready? && set? ) { fight! };
ain't valid ruby code :).Re: “Let's settle this in a Ruby programming contest”
#6Really cool idea, it would be even more awesome if you can extend it to other languages, like python etc.
Yeah, something like that but for python would be great, like http://www.pythonchallenge.com/
Re: “Let's settle this in a Ruby programming contest”
#7Really cool idea, it would be even more awesome if you can extend it to other languages, like python etc.
Someone please make this!
Re: “Let's settle this in a Ruby programming contest”
#8Fun 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!Re: “Let's settle this in a Ruby programming contest”
#9Fun 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. :)
Re: “Let's settle this in a Ruby programming contest”
#10Is this supposed to be a successor of the ruby quiz series?