Race Updates Discord About Merch
Home Profile History Competitions Texts Messages Friends Upgrade

typeracer

Pit Stop

Record your races with a typeracer account:

Create Your Account
  • Save your race history and scores.
  • Customize your profile and racecar.
  • It’s free, why not?
Racer Grant (grantly)
Race Number 32
Date Thu, 25 May 2023 16:57:35 +0000
Universe code
Speed 48 WPM Try to beat?
Accuracy 92.6%
Rank 3rd place (out of 3)

Text typed:

(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")))))))))
AllegroServe Tutorial (software) by Franz Inc. (see stats)

Typing Review:

Race text:
(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")))))))))
Time:
0:00
Speed:
Accuracy:
Typing replay:
Analysis:
Mistakes:
  1. (publish
  2. "/hello-count"
  3. "text/html"
  4. ((count
  5. 0))
  6. #'(lambda
  7. ent)
  8. (with-http-response
  9. (req
  10. ent)
  11. "Hello
  12. ((:font
  13. 5)
  14. "purple"
  15. "Hello
  16. had
  17. (incf
  18. count))
  19. times")))))))))