1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
- <head>
- <title>Input, output, and file handling</title>
- <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
- <link rel="stylesheet" type="text/css" href="kawa.css"/>
- <script src="kawa-ebook.js" type="text/javascript"/>
- <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
- <link rel="prev" href="Debugging.xhtml" title="Debugging"/>
- <link rel="next" href="Named-output-formats.xhtml" title="Named output formats"/>
- </head>
- <body>
- <header/>
- <section class="chapter" title="Input, output, and file handling" epub:type="chapter" id="Input-Output">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title">Input, output, and file handling</h2>
- </div>
- </div>
- </div>
- <p>Kawa has a number of useful tools for controlling input and output:
- </p>
- <p>A programmable reader.
- </p>
- <p>A powerful pretty-printer.
- </p>
- </section>
- <footer>
- <div class="navfooter">
- <ul>
- <li>
- <b class="toc">
- <a href="Named-output-formats.xhtml">Named output formats</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Paths.xhtml">Paths - file name, URLs, and URIs</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Files.xhtml">File System Interface</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Reading-and-writing-whole-files.xhtml">Reading and writing whole files</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Ports.xhtml">Ports</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Format.xhtml">Formatted Output (Common-Lisp-style)</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Pretty-printing.xhtml">Pretty-printing</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Resources.xhtml">Resources</a>
- </b>
- </li>
- </ul>
- <p>
- Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
- <p>
- Previous: <a accesskey="p" href="Debugging.xhtml">Debugging</a></p>
- <p>
- Next: <a accesskey="n" href="Types.xhtml">Types</a></p>
- </div>
- </footer>
- </body>
- </html>
|