Framework.xhtml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>The Kawa language framework</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="License.xhtml" title="License"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="chapter" title="The Kawa language framework" epub:type="chapter" id="Framework">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title">The Kawa language framework</h2>
  19. </div>
  20. </div>
  21. </div>
  22. <p>Kawa is a framework written in Java for implementing
  23. high-level and dynamic languages, compiling them into Java bytecodes.
  24. </p>
  25. <p>The Kawa distributions includes of other programming languages
  26. besides Scheme,
  27. including <a class="ulink" href="../qexo/index.html" target="_top">XQuery (Qexo)</a>
  28. and <a class="ulink" href="http://JEmacs.sourceforge.net/" target="_top">Emacs Lisp (JEmacs)</a>.
  29. </p>
  30. <p>For a technical overview of Kawa, see these
  31. <a class="ulink" href="http://www.gnu.org/software/kawa/internals/index.html" target="_top">http://www.gnu.org/software/kawa/internals/index.html</a>.
  32. Javadoc generated <a class="ulink" href="http://www.gnu.org/software/kawa/api/" target="_top">documentation of the Kawa classes</a> is also available.
  33. The packages
  34. <a class="ulink" href="http://www.gnu.org/software/kawa/api/gnu/bytecode/package-summary.html" target="_top"><code class="literal">gnu.bytecode</code></a>,
  35. <a class="ulink" href="http://www.gnu.org/software/kawa/api/gnu/math/package-summary.html" target="_top"><code class="literal">gnu.math</code></a>,
  36. <a class="ulink" href="http://www.gnu.org/software/kawa/api/gnu/lists/package-summary.html" target="_top"><code class="literal">gnu.lists</code></a>,
  37. <a class="ulink" href="http://www.gnu.org/software/kawa/api/gnu/xml/package-summary.html" target="_top"><code class="literal">gnu.xml</code></a>,
  38. <a class="ulink" href="http://www.gnu.org/software/kawa/api/gnu/expr/package-summary.html" target="_top"><code class="literal">gnu.expr</code></a>,
  39. <a class="ulink" href="http://www.gnu.org/software/kawa/api/gnu/mapping/package-summary.html" target="_top"><code class="literal">gnu.mapping</code></a>,
  40. and
  41. <a class="ulink" href="http://www.gnu.org/software/kawa/api/gnu/text/package-summary.html" target="_top"><code class="literal">gnu.text</code></a>,
  42. are used by Kawa, and distributed with it, but may be independently useful.
  43. </p>
  44. <p>This <a class="ulink" href="gnu.bytecode/compiling-regexps.html" target="_top">article</a> explains how to
  45. use <code class="literal">gnu.bytecode</code> to compile regular expressions to bytecode.
  46. </p>
  47. </section>
  48. <footer>
  49. <div class="navfooter">
  50. <p>
  51. Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
  52. <p>
  53. Previous: <a accesskey="p" href="FAQs.xhtml">Frequently Asked Questions</a></p>
  54. <p>
  55. Next: <a accesskey="n" href="License.xhtml">License</a></p>
  56. </div>
  57. </footer>
  58. </body>
  59. </html>