Document the CL port

This commit is contained in:
contrapunctus 2022-04-08 21:34:10 +05:30
parent b70b5eac5c
commit 8d65dd8a13
1 changed files with 11 additions and 0 deletions

View File

@ -328,6 +328,17 @@ In addition, with this approach, client code can use any kind of iteration const
The macro still exists in its non-generic form as =loop-sexp-file=, providing a common way to loop over s-expressions in a text file, used by =to-list= in both backends and =to-hash-table= in the plist group backend.
** The Common Lisp port of Chronometrist
The port was made to expand Chronometrist beyond Emacs. It aims to create -
1. a greater variety of backends (e.g. SQLite),
2. a common reusable library for frontends
3. a greater variety of frontends frontends (CLI, TUI, GUI, Android, web),
What this port can do at the moment -
1. import from the plist-backend
2. export to the SQLite backend
3. display a basic CLIM GUI
* How-to guides for maintainers
** How to set up Emacs to contribute
# Different approaches to this setup -