
1: \input texinfo @c -*-texinfo-*- 2: @comment %**start of header 3: @c EN 4: @setfilename gauche-refe.info 5: @settitle Gauche Users' Reference 6: @dircategory The Algorithmic Language Scheme 7: @direntry 8: * Gauche: (gauche-refe.info). An R5RS Scheme implementation. 9: @end direntry 10: @c JP 11: @setfilename gauche-refj.info 12: @settitle Gauche ?桼?????????? 13: @dircategory The Algorithmic Language Scheme 14: @direntry 15: * Gauche (ja): (gauche-refj.info). An R5RS Scheme implementation. 16: @end direntry 17: @documentencoding euc-jp 18: @c COMMON 19: @comment %**end of header 20: 21: @c $Id: gauche-ref.texi,v 1.432 2006/04/07 11:29:48 shirok Exp $ 22: 23: @c module and class index 24: @defcodeindex md 25: @defcodeindex cl 26: 27: @iftex 28: @finalout 29: @parskip 4pt plus 1pt 30: @end iftex 31: 32: @titlepage 33: @c EN 34: @title Gauche Users' Reference 35: @subtitle version @VERSION@ 36: @author Shiro Kawai (shiro@@acm.org) 37: @c JP 38: @title Gauche ?桼?????????? 39: @subtitle version @VERSION@ 40: @author Shiro Kawai (shiro@@acm.org) 41: @c COMMON 42: 43: @page 44: @vskip 0pt plus 1filll 45: Copyright @copyright{} 2001-2005 Shiro Kawai (shiro@@acm.org) 46: 47: @end titlepage 48: 49: @node Top, Introduction, (dir), (dir) 50: 51: @ifnottex 52: @c EN 53: This is a reference manual of Gauche, an R5RS Scheme implementation. 54: This manual is for version @VERSION@. 55: @c JP 56: ????R5RS????cheme???ϡ?Gauche?Υ????????ޥ˥奢?????? 57: Gauche?ΥС?????@VERSION@??б????ޤ??? 58: @c COMMON 59: @end ifnottex 60: 61: @menu 62: * Introduction:: 63: * Concepts:: 64: * Programming in Gauche:: 65: * Core syntax:: 66: * Macros:: 67: * Core library:: 68: * Object system:: 69: * Library modules - Overview:: 70: * Library modules - Gauche extensions:: 71: * Library modules - SRFIs:: 72: * Library modules - Utilities:: 73: * References:: 74: * C to Scheme mapping:: 75: * Function and Syntax Index:: 76: * Module Index:: 77: * Class Index:: 78: * Variable Index:: 79: @end menu 80: 81: @include intro.texi 82: @include concepts.texi 83: @include program.texi 84: @include coresyn.texi 85: @include macro.texi 86: @include corelib.texi 87: @include object.texi 88: @include modintro.texi 89: @include modgauche.texi 90: @include modsrfi.texi 91: @include modutil.texi 92: @include references.texi 93: @include mapping.texi 94: @include indexfn.texi 95: @include indexmd.texi 96: @include indexcl.texi 97: @include indexvr.texi 98: 99: @contents 100: @bye 101: