Miscellaneous.xhtml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>Miscellaneous topics</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="Overall-Index.xhtml" title="Index"/>
  10. <link rel="next" href="Composable-pictures.xhtml" title="Composable pictures"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="chapter" title="Miscellaneous topics" epub:type="chapter" id="Miscellaneous">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title">Miscellaneous topics</h2>
  19. </div>
  20. </div>
  21. </div>
  22. <p class="synopsis" kind="Procedure"><span class="kind">Procedure</span><span class="ignore">: </span><a id="idm139667870101552" class="indexterm"/> <code class="function">scheme-implementation-version</code></p>
  23. <div class="blockquote">
  24. <blockquote class="blockquote">
  25. <p>Returns the Kawa version number as a string.
  26. </p>
  27. </blockquote>
  28. </div>
  29. <p class="synopsis" kind="Procedure"><span class="kind">Procedure</span><span class="ignore">: </span><a id="idm139667870098176" class="indexterm"/> <code class="function">scheme-window</code> [<em class="replaceable"><code>shared</code></em>]</p>
  30. <div class="blockquote">
  31. <blockquote class="blockquote">
  32. <p>Create a read-eval-print-loop in a new top-level window.
  33. If <em class="replaceable"><code>shared</code></em> is true, it uses the same environment as the
  34. current <code class="literal">(interaction-environment)</code>; if not (the default),
  35. a new top-level environment is created.
  36. </p>
  37. <p>You can create multiple top-level window that can co-exist.
  38. They run in separate threads.
  39. </p>
  40. </blockquote>
  41. </div>
  42. </section>
  43. <footer>
  44. <div class="navfooter">
  45. <ul>
  46. <li>
  47. <b class="toc">
  48. <a href="Composable-pictures.xhtml">Composable pictures</a>
  49. </b>
  50. </li>
  51. <li>
  52. <b class="toc">
  53. <a href="Building-JavaFX-applications.xhtml">Building JavaFX applications</a>
  54. </b>
  55. </li>
  56. <li>
  57. <b class="toc">
  58. <a href="Building-for-Android.xhtml">Building for Android</a>
  59. </b>
  60. </li>
  61. <li>
  62. <b class="toc">
  63. <a href="Android-view-construction.xhtml">Android view construction</a>
  64. </b>
  65. </li>
  66. <li>
  67. <b class="toc">
  68. <a href="System-inquiry.xhtml">System inquiry</a>
  69. </b>
  70. </li>
  71. <li>
  72. <b class="toc">
  73. <a href="Processes.xhtml">Processes</a>
  74. </b>
  75. </li>
  76. <li>
  77. <b class="toc">
  78. <a href="Time-related-functions.xhtml">Time-related functions</a>
  79. </b>
  80. </li>
  81. <li>
  82. <b class="toc">
  83. <a href="Low-level-functions.xhtml">Deprecated low-level functions</a>
  84. </b>
  85. </li>
  86. </ul>
  87. <p>
  88. Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
  89. <p>
  90. Previous: <a accesskey="p" href="XML-tools.xhtml">Working with XML and HTML</a></p>
  91. <p>
  92. Next: <a accesskey="n" href="FAQs.xhtml">Frequently Asked Questions</a></p>
  93. </div>
  94. </footer>
  95. </body>
  96. </html>