Common Lisp: A website in 1 minute

Описание к видео Common Lisp: A website in 1 minute

Using Hunchentoot we can start a webserver and handle requests to / in about 1 minute, we can then easily add HTML and CSS generation using Spinneret for HTML and LASS for CSS. We even handle a get parameter!

Hunchentoot: https://edicl.github.io/hunchentoot/
LASS: https://shinmera.github.io/LASS/
Spinneret: https://github.com/ruricolist/spinneret

Комментарии

Информация по комментариям в разработке