AlexMennen comments on Prisoner's Dilemma (with visible source code) Tournament - Less Wrong

47 Post author: AlexMennen 07 June 2013 08:30AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (232)

You are viewing a single comment's thread. Show more comments above.

Comment author: BloodyShrimp 30 June 2013 10:44:23PM *  0 points [-]

As written, this doesn't work; print only takes one printee argument, with other optional arguments.

Comment author: AlexMennen 01 July 2013 06:12:30AM 0 points [-]

Oops.

(begin (define x (current-milliseconds)) (print (your-code their-code)) (print (- (current-milliseconds) x)))