1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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>Miscellaneous topics</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="Overall-Index.xhtml" title="Index"/>
- <link rel="next" href="Composable-pictures.xhtml" title="Composable pictures"/>
- </head>
- <body>
- <header/>
- <section class="chapter" title="Miscellaneous topics" epub:type="chapter" id="Miscellaneous">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title">Miscellaneous topics</h2>
- </div>
- </div>
- </div>
- <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>
- <div class="blockquote">
- <blockquote class="blockquote">
- <p>Returns the Kawa version number as a string.
- </p>
- </blockquote>
- </div>
- <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>
- <div class="blockquote">
- <blockquote class="blockquote">
- <p>Create a read-eval-print-loop in a new top-level window.
- If <em class="replaceable"><code>shared</code></em> is true, it uses the same environment as the
- current <code class="literal">(interaction-environment)</code>; if not (the default),
- a new top-level environment is created.
- </p>
- <p>You can create multiple top-level window that can co-exist.
- They run in separate threads.
- </p>
- </blockquote>
- </div>
- </section>
- <footer>
- <div class="navfooter">
- <ul>
- <li>
- <b class="toc">
- <a href="Composable-pictures.xhtml">Composable pictures</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Building-JavaFX-applications.xhtml">Building JavaFX applications</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Building-for-Android.xhtml">Building for Android</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Android-view-construction.xhtml">Android view construction</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="System-inquiry.xhtml">System inquiry</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Processes.xhtml">Processes</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Time-related-functions.xhtml">Time-related functions</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Low-level-functions.xhtml">Deprecated low-level functions</a>
- </b>
- </li>
- </ul>
- <p>
- Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
- <p>
- Previous: <a accesskey="p" href="XML-tools.xhtml">Working with XML and HTML</a></p>
- <p>
- Next: <a accesskey="n" href="FAQs.xhtml">Frequently Asked Questions</a></p>
- </div>
- </footer>
- </body>
- </html>
|