SRFI 170: POSIX API

by Olin Shivers (original author), John Cowan (editor and shepherd), and Harold Ancell (implementer and editor)

Based on scsh by Olin Shivers.

status: final (2020-10-28)

keywords: Operating System

See also SRFI 198: Foreign Interface Status.

Abstract

The host environment is the set of resources, such as the filesystem, network and processes, that are managed by the operating system on top of which a Scheme program is executing. This SRFI specifies some of the ways the host environment can be accessed from within a Scheme program. It does so by leveraging widespread support for POSIX, the Portable Operating System Interface standardized by the IEEE. Not all of the functions of this SRFI are available on all operating systems.