https://github.com/rajasegar/cl-twitter-clone
A Twitter clone demo app in Common Lisp
https://github.com/rajasegar/cl-twitter-clone
common-lisp htmx lisp twitter-clone twitter-clone-app
Last synced: about 1 month ago
JSON representation
A Twitter clone demo app in Common Lisp
- Host: GitHub
- URL: https://github.com/rajasegar/cl-twitter-clone
- Owner: rajasegar
- License: mit
- Created: 2021-07-15T12:20:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T02:09:02.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T12:46:18.619Z (3 months ago)
- Topics: common-lisp, htmx, lisp, twitter-clone, twitter-clone-app
- Language: Common Lisp
- Homepage:
- Size: 272 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# cl-twitter-clone
A small Twitter clone demo application in Common Lisp

## Usage
```lisp
(ql:quickload :cl-twitter-clone)
(cl-twitter-clone:start :port 3000)
```## Installation
```
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/cl-twitter-clone
```## Author
* Rajasegar Chandran
## Copyright
Copyright (c) 2021 Rajasegar Chandran