From d4830cdd422258a7c91a5ed07af50f8c208a29ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 15 Aug 2023 23:33:17 -0500 Subject: A new start (again) --- lib/schmaltz.sld | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/schmaltz.sld (limited to 'lib/schmaltz.sld') diff --git a/lib/schmaltz.sld b/lib/schmaltz.sld new file mode 100644 index 0000000..d54d53e --- /dev/null +++ b/lib/schmaltz.sld @@ -0,0 +1,17 @@ +(define-library (boudin schmaltz) + (export render + render-string + wrap-paragraphs) + + (import (scheme base) + (scheme case-lambda) ; case-lambda + (scheme eval) ; eval + (scheme read) ; read + (scheme repl) ; interaction-environment + (scheme write) ; display + (only (html-parser) + sxml->html) + (only (srfi 152) + string-split string-trim)) + + (include "lib/schmaltz.sls")) -- cgit 1.4.1-21-gabe81