2023-06-03 09:29:04 +02:00
|
|
|
#+title: Guile Inkplate
|
|
|
|
#+subtitle: A port of my Emacs Lisp Inkplate library to Guile
|
|
|
|
|
2023-07-14 09:10:34 +02:00
|
|
|
#+begin_export html
|
|
|
|
<a href="https://laminar.ryuslash.org/jobs/guile-inkplate">
|
|
|
|
<img src="https://laminar.ryuslash.org/badge/guile-inkplate.svg">
|
|
|
|
</a>
|
|
|
|
#+end_export
|
|
|
|
|
2023-06-03 09:29:04 +02:00
|
|
|
This is a simple port of my Emacs Lisp Inkplate library to Guile.
|
2023-06-03 09:32:41 +02:00
|
|
|
|
|
|
|
Running these needs to happen from the project root:
|
|
|
|
|
|
|
|
- running tests :: ~guile -L . tests/inkplate.scm~
|
|
|
|
- running examples :: ~guile -L . examples/date.scm~
|