Update docs. Project is in Quicklisp now
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 18 Dec 2017 17:45:40 -0500 |
parents |
53d4a4db967f |
children |
d0338a96e265 |
Chancery is a library for procedurally generating text and data in Common
Lisp. It's heavily inspired by [Tracery][].
Chancery can be installed with [Quicklisp][]: `(ql:quickload :chancery)`
* **License:** MIT/X11
* **Documentation:** <https://sjl.bitbucket.io/chancery/>
* **Mercurial:** <http://bitbucket.org/sjl/chancery/>
* **Git:** <http://github.com/sjl/chancery/>
Chancery focuses on simplicity, correctness, and usability. Performance is not
*terrible*, but is not a high priority.
It is currently not thread-safe, but this may happen in the future.
[Tracery]: http://tracery.io/
[quicklisp]: https://quicklisp.org/