manual-Z-H-3.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!--
  4. Generated from manual.tex by tex2page, v 20050501
  5. (running on MzScheme 299.400, unix),
  6. (c) Dorai Sitaram,
  7. http://www.ccs.neu.edu/~dorai/tex2page/tex2page-doc.html
  8. -->
  9. <head>
  10. <title>
  11. The Incomplete Scheme 48 Reference Manual for release 1.6
  12. </title>
  13. <link rel="stylesheet" type="text/css" href="manual-Z-S.css" title=default>
  14. <meta name=robots content="noindex,follow">
  15. </head>
  16. <body>
  17. <div id=content>
  18. <div align=right class=navigation><i>[Go to <span><a href="manual.html">first</a>, <a href="manual-Z-H-2.html">previous</a></span><span>, <a href="manual-Z-H-4.html">next</a></span> page<span>; &nbsp;&nbsp;</span><span><a href="manual-Z-H-2.html#node_toc_start">contents</a></span><span><span>; &nbsp;&nbsp;</span><a href="manual-Z-H-13.html#node_index_start">index</a></span>]</i></div>
  19. <p></p>
  20. <a name="node_chap_1"></a>
  21. <h1 class=chapter>
  22. <div class=chapterheading><a href="manual-Z-H-2.html#node_toc_node_chap_1">Chapter 1</a></div><br>
  23. <a href="manual-Z-H-2.html#node_toc_node_chap_1">Introduction</a></h1>
  24. <p>Scheme&nbsp;48 is an implementation of the Scheme programming language as
  25. described in the Revised<sup>5</sup> Report on the Algorithmic Language
  26. Scheme&nbsp;[<a href="manual-Z-H-12.html#node_bib_6">6</a>].
  27. It is based on a compiler and interpreter for a virtual Scheme
  28. machine. Scheme&nbsp;48 tries to be faithful to the Revised<sup>5</sup> Scheme
  29. Report, providing neither more nor less in the initial user
  30. environment. (This is not to say that more isn't available in other
  31. environments; see below.)</p>
  32. <p>
  33. Scheme&nbsp;48 is under continual development.
  34. Please report bugs, especially in the VM, especially core dumps, to
  35. scheme-48-bugs@s48.org. Include the version number x.yy
  36. from the &quot;Welcome to Scheme&nbsp;48 x.yy&quot; greeting message in your bug
  37. report. It is a goal of this project to produce a bullet-proof
  38. system; we want no bugs and, especially, no crashes. (There are a few
  39. known bugs, listed in the <tt>doc/todo.txt</tt> file that comes with the
  40. distribution.)</p>
  41. <p>
  42. Send mail to scheme-48-request@s48.org to be put on a
  43. mailing list for announcements, discussion, bug reports, and bug
  44. fixes.</p>
  45. <p>
  46. The name `Scheme&nbsp;48' commemorates our having written the original version
  47. in forty-eight hours, on August 6th and 7th, 1986.</p>
  48. <p>
  49. </p>
  50. <div align=right class=navigation><i>[Go to <span><a href="manual.html">first</a>, <a href="manual-Z-H-2.html">previous</a></span><span>, <a href="manual-Z-H-4.html">next</a></span> page<span>; &nbsp;&nbsp;</span><span><a href="manual-Z-H-2.html#node_toc_start">contents</a></span><span><span>; &nbsp;&nbsp;</span><a href="manual-Z-H-13.html#node_index_start">index</a></span>]</i></div>
  51. <p></p>
  52. </div>
  53. </body>
  54. </html>