aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: 5764a8d76e6fa0e362059d7f44f1bcdf1430c8b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=============
Markov Scheme
=============

Markov chain text generation in R5RS.

The generator should run in any Scheme, but it runs much faster in
Chicken.

Run ``make`` to compile the generator and enter a toplevel where you can
use the markov generator to generate bible verses.

License: Apache-2.0. The SQLite database file is GPL-3.0-or-later.

Requires eggs ``srfi-69`` and ``sql-de-lite``.