aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 6f531f35e7e81701e03433022c605a3e1faec352 (plain)
1
2
3
4
5
6
7
8
9
#+title: Guile Inkplate
#+subtitle: A port of my Emacs Lisp Inkplate library to Guile

This is a simple port of my Emacs Lisp Inkplate library to Guile.

Running these needs to happen from the project root:

- running tests :: ~guile -L . tests/inkplate.scm~
- running examples :: ~guile -L . examples/date.scm~