Hacker News new | ask | show | jobs
by Argorak 5478 days ago
Fun idea, I will definitely try it out!

By the way:

  if ( ready? && set? ) { fight! };
ain't valid ruby code :).
1 comments

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. :)
This is very cool. It seems like a well thought out process too. Any plans on doing languages other than Ruby?
I'd be down for a perl regex fight. The great part about that is the participants would look like they were typing obscenities at each other.