(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 |
---|---|---|---|
46 | 2015-06-25 16:52:03 | 57.95 | 87% |
43 | 2015-06-25 16:44:52 | 60.14 | 92% |
24 | 2015-01-19 03:20:31 | 55.71 | 91% |
17 | 2014-04-12 23:38:56 | 54.71 | 93% |