Scheme Request for Implementation 193,
"Command line,"
by Lassi Kortela,
has gone into final status.

The document and an archive of the discussion are available at https://srfi.schemers.org/srfi-193/.

Here's the abstract:

R6RS and R7RS define a command-line procedure. While a useful baseline, the specification is not detailed enough to cover all practical situations. This SRFI clarifies the definition of command-line and adds a few related procedures. Scheme scripts, standalone executables, compilation and REPL use are accounted for. Option parsing is out of scope.

Here is the commit summary since the most recent draft:

Here are the diffs since the most recent draft:

https://github.com/scheme-requests-for-implementation/srfi-193/compare/draft-draft-2..final

Many thanks to Lassi and to everyone who contributed to the discussion of this SRFI.

Regards,


SRFI Editor