# schematic Tools for Scheme programming. ## Requirements Any R7RS Scheme. ## Installation To install for CHICKEN, run `make chicken-install`: $ git clone --recursive http://git.foldling.org/schematic.git $ cd schematic $ make chicken-install Other Schemes can install the Schematic libraries by placing all directories in `src/` and `lib/*/src/` on the system's load path. ## Usage On CHICKEN, three programs are included: `schematic-format(1)`, `schematic-markdown(1)` and `schematic-wiki(1)`. Other Schemes can run these programs as scripts from the project directory, or after installing the Schematic libraries. Refer to the manual pages for each program, or `schematic-format.1.md`, `schematic-wiki.1.md` and `schematic-markdown.1.md`, for usage details. ## License BSD. See LICENSE for details.