Y
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
jewel
5478 days ago
How about:
if ready? && set? then fight!
link
jkreeftmeijer
5478 days ago
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. :)
link
stephth
5478 days ago
This is very cool. It seems like a well thought out process too. Any plans on doing languages other than Ruby?
link
noonespecial
5477 days ago
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.
link