Input-Output.xhtml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!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">
  3. <head>
  4. <title>Input, output, and file handling</title>
  5. <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
  6. <link rel="stylesheet" type="text/css" href="kawa.css"/>
  7. <script src="kawa-ebook.js" type="text/javascript"/>
  8. <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
  9. <link rel="prev" href="Debugging.xhtml" title="Debugging"/>
  10. <link rel="next" href="Named-output-formats.xhtml" title="Named output formats"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="chapter" title="Input, output, and file handling" epub:type="chapter" id="Input-Output">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title">Input, output, and file handling</h2>
  19. </div>
  20. </div>
  21. </div>
  22. <p>Kawa has a number of useful tools for controlling input and output:
  23. </p>
  24. <p>A programmable reader.
  25. </p>
  26. <p>A powerful pretty-printer.
  27. </p>
  28. </section>
  29. <footer>
  30. <div class="navfooter">
  31. <ul>
  32. <li>
  33. <b class="toc">
  34. <a href="Named-output-formats.xhtml">Named output formats</a>
  35. </b>
  36. </li>
  37. <li>
  38. <b class="toc">
  39. <a href="Paths.xhtml">Paths - file name, URLs, and URIs</a>
  40. </b>
  41. </li>
  42. <li>
  43. <b class="toc">
  44. <a href="Files.xhtml">File System Interface</a>
  45. </b>
  46. </li>
  47. <li>
  48. <b class="toc">
  49. <a href="Reading-and-writing-whole-files.xhtml">Reading and writing whole files</a>
  50. </b>
  51. </li>
  52. <li>
  53. <b class="toc">
  54. <a href="Ports.xhtml">Ports</a>
  55. </b>
  56. </li>
  57. <li>
  58. <b class="toc">
  59. <a href="Format.xhtml">Formatted Output (Common-Lisp-style)</a>
  60. </b>
  61. </li>
  62. <li>
  63. <b class="toc">
  64. <a href="Pretty-printing.xhtml">Pretty-printing</a>
  65. </b>
  66. </li>
  67. <li>
  68. <b class="toc">
  69. <a href="Resources.xhtml">Resources</a>
  70. </b>
  71. </li>
  72. </ul>
  73. <p>
  74. Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
  75. <p>
  76. Previous: <a accesskey="p" href="Debugging.xhtml">Debugging</a></p>
  77. <p>
  78. Next: <a accesskey="n" href="Types.xhtml">Types</a></p>
  79. </div>
  80. </footer>
  81. </body>
  82. </html>