(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 |
---|---|---|---|
65 | 2019-02-16 05:58:41 | 84.08 | 99% |
58 | 2019-02-10 19:47:04 | 80.90 | 97% |
22 | 2019-01-27 23:13:13 | 77.84 | 97% |
17 | 2019-01-27 23:04:57 | 77.72 | 99% |
9 | 2019-01-27 22:45:52 | 73.87 | 98% |