(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 |
---|---|---|---|
37 | 2013-10-17 15:29:36 | 74.21 | 93% |
16 | 2010-01-01 15:30:31 | 72.22 | |
11 | 2009-12-19 12:01:02 | 62.39 | |
10 | 2009-12-19 11:58:45 | 56.39 |