An open API service indexing awesome lists of open source software.

https://github.com/rajasegar/lisp-for-the-web

Code for lisp for the web post
https://github.com/rajasegar/lisp-for-the-web

caveman2 common-lisp djula hunchentoot lisp

Last synced: 3 months ago
JSON representation

Code for lisp for the web post

Awesome Lists containing this project

README

          

# lisp-for-the-web

- [Blogpost](https://dev.to/rajasegar/lisp-for-the-web-5-13ca)
- [Demo](https://lisp-for-the-web.herokuapp.com)

## Usage
```lisp
(ql:quickload :lisp-for-the-web)
(lisp-for-the-web:start :port 3000)
```

## Installation
Clone the repo into your quicklisp local projects directory.
```
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/lisp-for-the-web
```

## Author

* Rajasegar Chandran

## Copyright

Copyright (c) 2021 Rajasegar Chandran