Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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