June 2008
3 posts
My stupid IRC bot works!
!js var stuff = { i: "can", run: "javascript" }; for( i in stuff ) { print( [ i, stuff[i], '' ].join( " " ) ) }
i can run javascript
!rb [ "!ybuR", "osla", "dnA" ].reverse.map do |str| str.reverse end.join( " " )
And also Ruby!
!groovy "I honestly don't know how to write a Groovy code sample but it works!"
I honestly don't know how to write a Groovy code sample but it works!
!scm (define (fib x) (if (< x 2) x (+ (fib (- x 1) ) (fib (- x 2) ) ) ) ) (fib 12)
144
Jun 21st
“In the end, it comes down to the question whether one should refuse a powerful...”
– Martin Odersky (comment on Steve Yegge’s blog)
Jun 16th
Jun 16th