(publish :path "/hello-count" :content-type "text/html" :function (let ((count 0)) #'(lambda (req ent) (with-http-response (req ent) (with-http-body (req ent) (html (:html (:head (:title "Hello Counter")) (:body ((:font :color (nth (random 5) '("red" "blue" "green" "purple" "black"))) "Hello World had been called " (:princ (incf count)) " times")))))))))
Game | Time | WPM | Accuracy |
---|---|---|---|
12 | 2013-03-28 00:27:47 | 44.55 | 90% |
11 | 2013-03-28 00:25:45 | 43.54 | 87% |
10 | 2013-03-28 00:23:38 | 45.75 | 94% |
9 | 2013-03-28 00:21:09 | 43.47 | 91% |
2 | 2013-03-28 00:07:13 | 36.79 | 87% |