Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/cl-calendar
A Calendar demo in Common Lisp
https://github.com/rajasegar/cl-calendar
calendar caveman2 common-lisp htmx hyperscript lisp
Last synced: 5 days ago
JSON representation
A Calendar demo in Common Lisp
- Host: GitHub
- URL: https://github.com/rajasegar/cl-calendar
- Owner: rajasegar
- Created: 2021-08-07T06:26:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T06:35:15.000Z (over 3 years ago)
- Last Synced: 2024-12-11T03:12:03.642Z (2 months ago)
- Topics: calendar, caveman2, common-lisp, htmx, hyperscript, lisp
- Language: Common Lisp
- Homepage:
- Size: 398 KB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# cl-calendar
A Calendar widget created in Common Lisp using the [local-time](https://cl-library-docs.github.io/common-lisp-libraries/local-time/) library.
![htmx-calendar.gif](htmx-calendar.gif)
## Usage
```lisp
(ql:quickload :cl-calendar)
(cl-calendar:start :port 3000)
```## Installation
```
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/cl-calendar
```## Author
* Rajasegar Chandran
## Copyright
Copyright (c) 2021 Rajasegar Chandran