An opinionated port of the Racket raart ascii art library.
build-aux | ||
doc | ||
guart | ||
.gitignore | ||
configure.ac | ||
COPYING | ||
guart.scm | ||
guix.scm | ||
HACKING | ||
Makefile.am | ||
pre-inst-env.in | ||
README.org |
README for Guile Guart
guile-guart
is a library for making art with unicode characters.
This library is heavily inspired by the Racket library raart
. However, some aspects have been modernized and made to support Unicode better. The library is also more designed around making rich text interfaces than the original, so styles will be defined in a different way.
Currently the library is under construction!