(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 |
---|---|---|---|
51 | 2013-08-04 15:51:40 | 47.46 | 83% |
43 | 2013-05-14 14:40:47 | 46.72 | 85% |
39 | 2013-05-14 14:33:07 | 43.98 | 81% |
27 | 2013-05-14 14:12:57 | 45.85 | 86% |
14 | 2013-05-13 14:35:51 | 42.25 | 86% |