logoalt Hacker News

jimbokuntoday at 3:46 AM3 repliesview on HN

Man that seems like an awful lot of ceremony for a trivial web app. Surely the language known for macros and building your own DSLs has a more concise way to get a web app up and running?


Replies

silcoontoday at 4:42 AM

Author here: You're right! I did that in the article. First I showed how to use the modern libraries, then wrote a quick custom library that compressed my original app in 29 LOC[0].

[0]: It came out shorter than the guestbook demo in Python-Flask.

nomilktoday at 4:05 AM

This is a pretty great tutorial using common lisp libraries:

https://www.youtube.com/watch?v=A4PzSsOD-CQ

(also, the top comment is gold)

show 1 reply
anonzzziestoday at 4:20 AM

Is it? This translates fairly exactly to things like nodejs/express implementing the same thing?