prescheme.texi 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. \input texinfo
  2. @c -*-texinfo-*-
  3. @c %**start of header
  4. @setfilename guile-prescheme.info
  5. @documentencoding UTF-8
  6. @settitle Guile Prescheme Reference Manual
  7. @c %**end of header
  8. @include version.texi
  9. @copying
  10. Copyright @copyright{} 2022 Andrew Whatson
  11. This manual includes material derived from works bearing the following
  12. notice:
  13. Copyright © 1986-2001 Richard Kelsey and Jonathan Rees.
  14. Copyright © 2001-2007 Michael Sperber and Martin Gasbichler.
  15. Copyright © 2007-2012 Michael Sperber and Marcus Crestani.
  16. All rights reserved.
  17. Redistribution and use in source and binary forms, with or without
  18. modification, are permitted provided that the following conditions
  19. are met:
  20. 1. Redistributions of source code must retain the above copyright
  21. notices, this list of conditions and the following disclaimer.
  22. 2. Redistributions in binary form must reproduce the above copyright
  23. notices, this list of conditions and the following disclaimer in the
  24. documentation and/or other materials provided with the distribution.
  25. 3. The name of the authors may not be used to endorse or promote products
  26. derived from this software without specific prior written permission.
  27. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  28. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  29. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  30. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  31. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  32. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  33. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  34. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  35. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  36. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. @end copying
  38. @dircategory The Algorithmic Language Scheme
  39. @direntry
  40. * Guile Prescheme: (guile-prescheme).
  41. @end direntry
  42. @titlepage
  43. @title The Guile Prescheme Manual
  44. @author Andrew Whatson
  45. @page
  46. @vskip 0pt plus 1filll
  47. Edition @value{EDITION} @*
  48. @value{UPDATED} @*
  49. @insertcopying
  50. @end titlepage
  51. @contents
  52. @c *********************************************************************
  53. @node Top
  54. @top Guile Prescheme
  55. This document describes Guile Prescheme version @value{VERSION}.
  56. @menu
  57. * Introduction:: Why Guile Prescheme?
  58. @end menu
  59. @c *********************************************************************
  60. @node Introduction
  61. @chapter Introduction
  62. INTRODUCTION HERE
  63. This documentation is a stub.
  64. @bye