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 Shirou (ness_20xx)
Race Number 1
Date Thu, 1 Nov 2018 18:18:17 +0000
Universe code
Speed 40 WPM Try to beat?
Accuracy 92.5%
Rank 4th place (out of 4)
Opponents atthetop (1st place) styrofoam (2nd place) uchihalol (3rd place)

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. :path
  2. :content-type
  3. :function
  4. 0))
  5. #'(lambda
  6. (with-http-response
  7. ent)
  8. (with-http-body
  9. (req
  10. (html
  11. (:head
  12. (:title
  13. Counter"))
  14. ((:font
  15. (random
  16. 5)
  17. '("red"
  18. "purple"
  19. "black")))
  20. "Hello
  21. World
  22. "