scheme-libraries/retropikzel/mouth
retropikzel baffd88509 Add read-leab128 and read-uleab128 2026-04-28 21:19:53 +03:00
..
LICENSE
README.md
VERSION
snow-test.scm Add read-leab128 and read-uleab128 2026-04-28 21:19:53 +03:00
test.scm

README.md

Spit and slurp. Read whole file, or output into file.

(slurp file-path)

Read whole contents of a file as text.

(spit file-path text . append?)

Output the text into a file. If append is #t then text is added to the end. Otherwise the file is deleted and rewritten.