- Регистрация
- 27 Авг 2018
- Сообщения
- 37,369
- Реакции
- 524,912
- Тема Автор Вы автор данного материала? |
- #1
The book is a set of tutorials and examples. It uses the Common Lisp language and some of the libraries we'll be using for the examples and tutorials include:
- The hunchentoot web server
- The Restas web framework
- The SEXML library for outputting XML and HTML
- Closure-template for HTML templating
- Postmodern for PostgreSQL access, and cl-reddis as a simple datastore
- Various utilities