scheme-libraries/retropikzel/mouth
retropikzel 62296ec2d7 cgi: Improvements on readme. New temp-file name generator 2026-08-16 13:46:31 +03:00
..
LICENSE
…
README.md
…
VERSION
…
snow-test.scm
…
test.scm cgi: Improvements on readme. New temp-file name generator 2026-08-16 13:46:31 +03:00

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.