120 lines
6 KiB
HTML
120 lines
6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Created by GNU Texinfo 7.1, https://www.gnu.org/software/texinfo/ -->
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<!-- This manual documents Guile version 3.0.10.
|
|
|
|
Copyright (C) 1996-1997, 2000-2005, 2009-2023 Free Software Foundation,
|
|
Inc.
|
|
|
|
Copyright (C) 2021 Maxime Devos
|
|
|
|
Copyright (C) 2024 Tomas Volf
|
|
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
|
any later version published by the Free Software Foundation; with no
|
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
|
|
copy of the license is included in the section entitled "GNU Free
|
|
Documentation License." -->
|
|
<title>R6RS Standard Libraries (Guile Reference Manual)</title>
|
|
|
|
<meta name="description" content="R6RS Standard Libraries (Guile Reference Manual)">
|
|
<meta name="keywords" content="R6RS Standard Libraries (Guile Reference Manual)">
|
|
<meta name="resource-type" content="document">
|
|
<meta name="distribution" content="global">
|
|
<meta name="Generator" content=".texi2any-real">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<link href="index.html" rel="start" title="Top">
|
|
<link href="Concept-Index.html" rel="index" title="Concept Index">
|
|
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
|
|
<link href="R6RS-Support.html" rel="up" title="R6RS Support">
|
|
<link href="R6RS-Incompatibilities.html" rel="prev" title="R6RS Incompatibilities">
|
|
<style type="text/css">
|
|
<!--
|
|
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
|
|
span:hover a.copiable-link {visibility: visible}
|
|
-->
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib/manual.css">
|
|
|
|
|
|
</head>
|
|
|
|
<body lang="en">
|
|
<div class="subsection-level-extent" id="R6RS-Standard-Libraries">
|
|
<div class="nav-panel">
|
|
<p>
|
|
Previous: <a href="R6RS-Incompatibilities.html" accesskey="p" rel="prev">Incompatibilities with the R6RS</a>, Up: <a href="R6RS-Support.html" accesskey="u" rel="up">R6RS Support</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
|
|
</div>
|
|
<hr>
|
|
<h4 class="subsection" id="R6RS-Standard-Libraries-1"><span>7.6.2 R6RS Standard Libraries<a class="copiable-link" href="#R6RS-Standard-Libraries-1"> ¶</a></span></h4>
|
|
|
|
<p>In contrast with earlier versions of the Revised Report, the R6RS
|
|
organizes the procedures and syntactic forms required of conforming
|
|
implementations into a set of “standard libraries” which can be
|
|
imported as necessary by user programs and libraries. Here we briefly
|
|
list the libraries that have been implemented for Guile.
|
|
</p>
|
|
<p>We do not attempt to document these libraries fully here, as most of
|
|
their functionality is already available in Guile itself. The
|
|
expectation is that most Guile users will use the well-known and
|
|
well-documented Guile modules. These R6RS libraries are mostly useful
|
|
to users who want to port their code to other R6RS systems.
|
|
</p>
|
|
<p>The documentation in the following sections reproduces some of the
|
|
content of the library section of the Report, but is mostly intended to
|
|
provide supplementary information about Guile’s implementation of the
|
|
R6RS standard libraries. For complete documentation, design rationales
|
|
and further examples, we advise you to consult the “Standard
|
|
Libraries” section of the Report (see <a data-manual="r6rs" href="../r6rs_html/Standard-Libraries.html#Standard-Libraries">R6RS Standard Libraries</a> in <cite class="cite">The Revised^6 Report on the Algorithmic
|
|
Language Scheme</cite>).
|
|
</p>
|
|
|
|
<ul class="mini-toc">
|
|
<li><a href="Library-Usage.html" accesskey="1">Library Usage</a></li>
|
|
<li><a href="rnrs-base.html" accesskey="2">rnrs base</a></li>
|
|
<li><a href="rnrs-unicode.html" accesskey="3">rnrs unicode</a></li>
|
|
<li><a href="rnrs-bytevectors.html" accesskey="4">rnrs bytevectors</a></li>
|
|
<li><a href="rnrs-lists.html" accesskey="5">rnrs lists</a></li>
|
|
<li><a href="rnrs-sorting.html" accesskey="6">rnrs sorting</a></li>
|
|
<li><a href="rnrs-control.html" accesskey="7">rnrs control</a></li>
|
|
<li><a href="R6RS-Records.html" accesskey="8">R6RS Records</a></li>
|
|
<li><a href="rnrs-records-syntactic.html" accesskey="9">rnrs records syntactic</a></li>
|
|
<li><a href="rnrs-records-procedural.html">rnrs records procedural</a></li>
|
|
<li><a href="rnrs-records-inspection.html">rnrs records inspection</a></li>
|
|
<li><a href="rnrs-exceptions.html">rnrs exceptions</a></li>
|
|
<li><a href="rnrs-conditions.html">rnrs conditions</a></li>
|
|
<li><a href="R6RS-I_002fO-Conditions.html">I/O Conditions</a></li>
|
|
<li><a href="R6RS-Transcoders.html">Transcoders</a></li>
|
|
<li><a href="rnrs-io-ports.html">rnrs io ports</a></li>
|
|
<li><a href="R6RS-File-Ports.html">R6RS File Ports</a></li>
|
|
<li><a href="rnrs-io-simple.html">rnrs io simple</a></li>
|
|
<li><a href="rnrs-files.html">rnrs files</a></li>
|
|
<li><a href="rnrs-programs.html">rnrs programs</a></li>
|
|
<li><a href="rnrs-arithmetic-fixnums.html">rnrs arithmetic fixnums</a></li>
|
|
<li><a href="rnrs-arithmetic-flonums.html">rnrs arithmetic flonums</a></li>
|
|
<li><a href="rnrs-arithmetic-bitwise.html">rnrs arithmetic bitwise</a></li>
|
|
<li><a href="rnrs-syntax_002dcase.html">rnrs syntax-case</a></li>
|
|
<li><a href="rnrs-hashtables.html">rnrs hashtables</a></li>
|
|
<li><a href="rnrs-enums.html">rnrs enums</a></li>
|
|
<li><a href="rnrs.html">rnrs</a></li>
|
|
<li><a href="rnrs-eval.html">rnrs eval</a></li>
|
|
<li><a href="rnrs-mutable_002dpairs.html">rnrs mutable-pairs</a></li>
|
|
<li><a href="rnrs-mutable_002dstrings.html">rnrs mutable-strings</a></li>
|
|
<li><a href="rnrs-r5rs.html">rnrs r5rs</a></li>
|
|
</ul>
|
|
</div>
|
|
<hr>
|
|
<div class="nav-panel">
|
|
<p>
|
|
Previous: <a href="R6RS-Incompatibilities.html">Incompatibilities with the R6RS</a>, Up: <a href="R6RS-Support.html">R6RS Support</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|