New Input/Output Routines in GESCHEME
Larry Bartholdi
July 24, 2024
Abstract:
We describe Input/Output routines written in Scheme. Programming
I/O in a high-level language has the advantage of speedy
development, high portablility and safety, as well as being useful
for hammering up a final lower-level version. Nonetheless, performance
of the Scheme routines is shown to be acceptable.