Hacker News new | ask | show | jobs
by kitd 2529 days ago
From Racket [1]:

    #lang web-server/insta
    (define (start request)
      (response/xexpr
       '(html
         (head (title "My Blog"))
         (body (h1 "Under construction")))))
[1] - https://docs.racket-lang.org/continue/index.html
1 comments

And given this site, I suppose a link to arc/anarki is relevant too:

https://github.com/arclanguage/anarki/blob/master/apps/news/...