A Scheme-like typesetting LISP editor that using SILE typesetting Engine.
| example | ||
| playground | ||
| src | ||
| .gitignore | ||
| COPYING | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.md | ||
| setup.py | ||
Clochur
A Scheme-like typesetting LISP interpreter and editor that using SILE typesetting Engine.
== Packaging ==
To make a wheel package, run:
python setup.py bdist_wheel
and then:
cd dist pip3 install Clochur-x.y.z-py3-none-any.whl