about summary refs log tree commit diff stats
path: root/schmaltz.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-08-28 23:20:53 -0500
committerCase Duckworth2023-08-28 23:20:53 -0500
commit8701fe064a6b56e203f6a452d65d18216f18777e (patch)
treef50ab4d60acbd09986114b473c16445c2e30e43f /schmaltz.sld
parentAdd unprintable helper functions (diff)
downloadschmaltz-8701fe064a6b56e203f6a452d65d18216f18777e.tar.gz
schmaltz-8701fe064a6b56e203f6a452d65d18216f18777e.zip
Change render semantics
Now `render` outputs to the current output port, not a string.

`render->string` and `render-string->string` added to output to a string.
Diffstat (limited to 'schmaltz.sld')
-rw-r--r--schmaltz.sld2
1 files changed, 2 insertions, 0 deletions
diff --git a/schmaltz.sld b/schmaltz.sld index 31ed610..e47defb 100644 --- a/schmaltz.sld +++ b/schmaltz.sld
@@ -1,6 +1,8 @@
1(define-library (schmaltz) 1(define-library (schmaltz)
2 (export render 2 (export render
3 render-string 3 render-string
4 render->string
5 render-string->string
4 ;; Configuration 6 ;; Configuration
5 render-specials 7 render-specials
6 render-unprintables 8 render-unprintables