docs/index.markdown @ d0338a96e265

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 16:18:36 -0500
parents 93a99efafe6f
children 55748ed99ff6
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://docs.stevelosh.com/chancery/>
* **Mercurial:** <https://hg.sr.ht/~sjl/chancery/>
* **Git:** <https://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/