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
- Host: GitHub
- URL: https://github.com/rajasegar/lisp-for-the-web
- Owner: rajasegar
- Created: 2021-07-03T14:10:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T05:20:58.000Z (over 4 years ago)
- Last Synced: 2025-07-01T22:03:13.300Z (6 months ago)
- Topics: caveman2, common-lisp, djula, hunchentoot, lisp
- Language: Common Lisp
- Homepage: https://lisp-for-the-web.herokuapp.com
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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