(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 |
---|---|---|---|
41 | 2012-11-06 00:54:17 | 57.89 | 94% |
25 | 2011-07-05 06:57:27 | 51.19 | 89% |
20 | 2011-07-03 20:55:55 | 54.52 | 94% |
14 | 2011-07-03 04:43:31 | 54.72 | 95% |
6 | 2011-07-03 04:27:28 | 48.61 | 91% |