2023-06-03 00:29:04 -07:00
|
|
|
#+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.
|
2023-06-03 00:32:41 -07:00
|
|
|
|
|
|
|
Running these needs to happen from the project root:
|
|
|
|
|
|
|
|
- running tests :: ~guile -L . tests/inkplate.scm~
|
|
|
|
- running examples :: ~guile -L . examples/date.scm~
|