Changes from arch/CVS synchronization
[bpt/guile.git] / doc / ref / guile.texi
CommitLineData
38a93523
NJ
1\input texinfo
2@c -*-texinfo-*-
3@c %**start of header
4@setfilename guile.info
5@settitle Guile Reference Manual
370babab 6@set guile
c73543af 7@set MANUAL-EDITION 1.1
38a93523 8@c %**end of header
d3830c6b 9@include version.texi
b89c4943 10@include lib-version.texi
d3830c6b
KR
11
12@copying
13This reference manual documents Guile, GNU's Ubiquitous Intelligent
3229f68b 14Language for Extensions. This is edition @value{MANUAL-EDITION}
d3830c6b
KR
15corresponding to Guile @value{VERSION}.
16
83c3d755
KR
17Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005 Free
18Software Foundation.
d3830c6b 19
3229f68b
MV
20Permission is granted to copy, distribute and/or modify this document
21under the terms of the GNU Free Documentation License, Version 1.2 or
22any later version published by the Free Software Foundation; with the
23no Invariant Sections, with the Front-Cover Texts being ``A GNU
24Manual,'' and with the Back-Cover Text ``You are free to copy and
25modify this GNU Manual.''. A copy of the license is included in the
e03bb21b 26section entitled ``GNU Free Documentation License''.
d3830c6b
KR
27@end copying
28
38a93523 29
2a946b44 30@c Notes
370babab 31@c
2a946b44
NJ
32@c We no longer use the category "primitive" to distinguish C-defined
33@c Scheme procedures from those defined in Scheme. Instead, the
34@c reference manual now includes a C declaration as well as a Scheme
35@c declaration for each procedure that is available in both Scheme and
36@c C.
370babab 37@c
2a946b44
NJ
38@c When adding a new reference entry to the Guile manual, please
39@c document it with @deffn using one of the following categories:
40@c
41@c {Scheme Procedure}
42@c {Scheme Syntax}
43@c {C Function}
44@c {C Macro}
45@c
46@c If the entry is for a new primitive, it should have both a @deffn
47@c {Scheme Procedure} line and a @deffnx {C Function} line; see the
48@c manual source for plenty of existing examples of this.
49@c
50@c For {C Function} entries where the return type and all parameter
51@c types are SCM, we omit the SCMs. This is easier to read and also
52@c gets round the problem that Texinfo doesn't allow a @deftypefnx
53@c inside a @deffn.
38a93523 54@c
370babab
NJ
55@c For a list of Guile primitives that are not yet incorporated into the
56@c reference manual, see the file `new-docstrings.texi', which holds all
57@c the docstrings snarfed from the libguile C sources for primitives
58@c that are not in the reference manual. If you have worked with some
59@c of these concepts, implemented them, or just happen to know what they
60@c do, please write up a little explanation -- it would be a big help.
2a946b44
NJ
61@c Alternatively, if you know of any reason why some of these should
62@c *not* go in the manual, please let the mailing list
63@c <guile-devel@gnu.org> know.
38a93523
NJ
64
65@c Define indices that are used in the Guile Scheme part of the
66@c reference manual to group stuff according to whether it is R5RS or a
67@c Guile extension.
5c4b24e1 68@defcodeindex rn
38a93523 69
0624ce33
NJ
70@c vnew - For (some) new items, indicates the Guile version in which
71@c item first appeared. In future, this could be made to expand to
72@c something like a "New in Guile 45!" banner.
198586ed
NJ
73@macro vnew{VERSION}
74@end macro
75
20685804 76
17bf4bfa
KR
77@c The following, @le{} and @ge{}, are standard tex directives, given
78@c definitions for use in non-tex.
79@c
80@ifnottex
81@macro ge
82>=
83@end macro
84@macro le
85<=
86@end macro
87@end ifnottex
88
27281a53
KR
89@c @cross{} is a \times symbol in tex, or an "x" in info. In tex it works
90@c inside or outside $ $.
91@tex
92\gdef\cross{\ifmmode\times\else$\times$\fi}
93@end tex
94@ifnottex
95@macro cross
96x
97@end macro
98@end ifnottex
99
d6f53bd5
KR
100@c @m{T,N} is $T$ in tex or @math{N} otherwise. This is an easy way to give
101@c different forms for math in tex and info.
102@iftex
103@macro m {T,N}
104@tex$\T\$@end tex
105@end macro
106@end iftex
107@ifnottex
108@macro m {T,N}
109@math{\N\}
110@end macro
111@end ifnottex
112
7ac44f03
KR
113@c @nicode{S} is plain S in info, or @code{S} elsewhere. This can be used
114@c when the quotes that @code{} gives in info aren't wanted, but the
115@c fontification in tex or html is wanted. @alias is used rather
116@c than @macro because backslashes don't work properly in an @macro.
20685804 117@ifinfo
7ac44f03 118@alias nicode=asis
20685804
KR
119@end ifinfo
120@ifnotinfo
7ac44f03 121@alias nicode=code
20685804
KR
122@end ifnotinfo
123
124
38a93523
NJ
125@c @iftex
126@c @cropmarks
127@c @end iftex
128
129@dircategory The Algorithmic Language Scheme
130@direntry
c16da59f 131* Guile Reference: (guile). The Guile reference manual.
38a93523
NJ
132@end direntry
133
3229f68b 134@setchapternewpage odd
38a93523 135
38a93523
NJ
136@titlepage
137@sp 10
138@comment The title is printed in a large font.
139@title Guile Reference Manual
c73543af 140@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION}
b89c4943 141@c @subtitle $Id: guile.texi,v 1.48 2006-11-18 18:14:55 civodul Exp $
391b4ae0
MV
142
143@c See preface.texi for the list of authors
144@author The Guile Developers
370babab 145
38a93523
NJ
146@c The following two commands start the copyright page.
147@page
148@vskip 0pt plus 1filll
149@vskip 0pt plus 1filll
d3830c6b 150@insertcopying
38a93523
NJ
151@end titlepage
152
153@c @smallbook
154@finalout
155@headings double
156
157@c Where to find Guile examples.
158@set example-dir doc/examples
159
801892e7 160@ifnottex
3229f68b 161@node Top, Preface, (dir), (dir)
38a93523
NJ
162@top The Guile Reference Manual
163
d3830c6b
KR
164@insertcopying
165@sp 1
801892e7 166@end ifnottex
38a93523
NJ
167
168@menu
9401323e 169
3229f68b
MV
170* Preface::
171* Introduction to Guile::
9401323e 172
3229f68b
MV
173* Programming in Scheme::
174* Programming in C::
38a93523 175
3229f68b 176* API Reference::
38a93523 177
3229f68b 178* Guile Modules::
38a93523 179
c6ae9c77
MV
180Appendices
181
3229f68b 182* Data Representation:: All the details.
c6ae9c77
MV
183* GNU Free Documentation License:: The license of this manual.
184
38a93523
NJ
185Indices
186
187* Concept Index::
188* Procedure Index::
189* Variable Index::
190* Type Index::
255ea784 191* R5RS Index::
38a93523
NJ
192
193@end menu
194
05c4ffe1
KR
195@contents
196
38a93523
NJ
197@include preface.texi
198
38a93523
NJ
199@include intro.texi
200
3229f68b
MV
201@node Programming in Scheme
202@chapter Programming in Scheme
9401323e 203
ce9d0562
NJ
204Guile's core language is Scheme, and an awful lot can be achieved simply
205by using Guile to write and run Scheme programs. In this part of the
206manual, we explain how to use Guile in this mode, and describe the tools
207that Guile provides to help you with script writing, debugging and
208packaging your programs for distribution.
38a93523 209
ce9d0562
NJ
210For readers who are not yet familiar with the Scheme language, this part
211includes a chapter that presents the basic concepts of the language, and
212gives references to freely available Scheme tutorial material on the
213web.
214
3229f68b
MV
215For detailed reference information on the variables, functions
216etc. that make up Guile's application programming interface (API),
217@xref{API Reference}.
218
219@menu
220* Basic Ideas:: Basic ideas in Scheme.
221* Guile Scheme:: Guile's implementation of Scheme.
222* Guile Scripting:: How to write Guile scripts.
46f7666d
NJ
223* Using Guile Interactively:: Guile's REPL features.
224* Using Guile in Emacs:: Guile and Emacs.
3229f68b
MV
225* Debugging Features:: Features for finding errors.
226* Further Reading:: Where to find out more about Scheme.
227@end menu
9401323e 228
3229f68b 229@include scheme-ideas.texi
38a93523 230@include scheme-intro.texi
07d83abe 231@include scheme-scripts.texi
46f7666d 232@include scheme-using.texi
07d83abe 233@include scheme-debugging.texi
9401323e
NJ
234@include scheme-reading.texi
235
3229f68b
MV
236@node Programming in C
237@chapter Programming in C
238
239This part of the manual explains the general concepts that you need to
240understand when interfacing to Guile from C. You will learn about how
241the latent typing of Scheme is embedded into the static typing of C, how
242the garbage collection of Guile is made available to C code, and how
243continuations influence the control flow in a C program.
244
245This knowledge should make it straightforward to add new functions to
246Guile that can be called from Scheme. Adding new data types is also
247possible and is done by defining @dfn{smobs}.
248
249The @ref{Programming Overview} section of this part contains general
250musings and guidelines about programming with Guile. It explores
8c3fa3e5 251different ways to design a program around Guile, or how to embed Guile
3229f68b
MV
252into existing programs.
253
254There is also a pedagogical yet detailed explanation of how the data
255representation of Guile is implemented, @xref{Data Representation}.
256You don't need to know the details given there to use Guile from C,
257but they are useful when you want to modify Guile itself or when you
258are just curious about how it is all done.
259
260For detailed reference information on the variables, functions
261etc. that make up Guile's application programming interface (API),
262@xref{API Reference}.
263
264@menu
265* Linking Programs With Guile:: More precisely, with the libguile library.
266* Linking Guile with Libraries:: To extend Guile itself.
267* General Libguile Concepts:: General concepts for using libguile.
268* Defining New Types (Smobs):: Adding new types to Guile.
269* Function Snarfing:: A way to define new functions.
270* Programming Overview:: An overview of Guile programming.
271@end menu
272
273@include libguile-linking.texi
274@include libguile-extensions.texi
275@include libguile-concepts.texi
276@include libguile-smobs.texi
277@include libguile-snarf.texi
237be238 278@include libguile-program.texi
ce9d0562 279
3229f68b
MV
280@node API Reference
281@chapter API Reference
9401323e 282
a7a7bb95
NJ
283Guile provides an application programming interface (@dfn{API}) to
284developers in two core languages: Scheme and C. This part of the manual
285contains reference documentation for all of the functionality that is
286available through both Scheme and C interfaces.
287
3229f68b
MV
288@menu
289* API Overview:: Overview of the Guile API.
98f445f4 290* The SCM Type:: The fundamental data type for C code.
3229f68b
MV
291* Initialization:: Initializing Guile.
292* Snarfing Macros:: Macros for snarfing initialization actions.
293* Simple Data Types:: Numbers, strings, booleans and so on.
294* Compound Data Types:: Data types for holding other data.
295* Smobs:: Defining new data types in C.
296* Procedures and Macros:: Procedures and macros.
297* Utility Functions:: General utility functions.
298* Binding Constructs:: Definitions and variable bindings.
299* Control Mechanisms:: Controlling the flow of program execution.
300* Input and Output:: Ports, reading and writing.
301* Read/Load/Eval:: Reading and evaluating Scheme code.
302* Memory Management:: Memory management and garbage collection.
303* Objects:: Low level object orientation support.
304* Modules:: Designing reusable code libraries.
305* Scheduling:: Threads, mutexes, asyncs and dynamic roots.
306* Options and Config:: Configuration, features and runtime options.
307* Translation:: Support for translating other languages.
089a0a34 308* Internationalization:: Support for gettext, etc.
c9ef3741 309* Debugging:: Debugging infrastructure and Scheme interface.
3229f68b
MV
310* GH:: The deprecated GH interface.
311@end menu
312
07d83abe
MV
313@include api-overview.texi
314@include api-scm.texi
315@include api-init.texi
316@include api-snarf.texi
317@include api-data.texi
318@include api-compound.texi
319@include api-smobs.texi
320@include api-procedures.texi
321@include api-utility.texi
322@include api-binding.texi
323@include api-control.texi
324@include api-io.texi
325@include api-evaluation.texi
326@include api-memory.texi
327@include api-modules.texi
328@include api-scheduling.texi
38a93523 329@c object orientation support here
07d83abe
MV
330@include api-options.texi
331@include api-translation.texi
089a0a34 332@include api-i18n.texi
07d83abe 333@include api-debug.texi
3229f68b 334@include gh.texi
38a93523 335
3229f68b
MV
336@node Guile Modules
337@chapter Guile Modules
338
339@menu
340* SLIB:: Using the SLIB Scheme library.
341* POSIX:: POSIX system calls and networking.
342* getopt-long:: Command line handling.
343* SRFI Support:: Support for various SRFIs.
344* Readline Support:: Module for using the readline library.
345* Value History:: Maintaining a value history in the REPL.
346* Pretty Printing:: Nicely formatting Scheme objects for output.
347* Formatted Output:: The @code{format} procedure.
3229f68b
MV
348* File Tree Walk:: Traversing the file system.
349* Queues:: First-in first-out queuing.
71abb271 350* Streams:: Sequences of values.
40296bab 351* Buffered Input:: Ports made from a reader function.
3229f68b
MV
352* Expect:: Controlling interactive programs with Guile.
353* The Scheme shell (scsh):: Using scsh interfaces in Guile.
354@end menu
38a93523
NJ
355
356@include slib.texi
357@include posix.texi
3229f68b 358@include mod-getopt-long.texi
fc8529c7 359@include srfi-modules.texi
fc8529c7 360@include repl-modules.texi
c2537425 361@include misc-modules.texi
38a93523
NJ
362@include expect.texi
363@include scsh.texi
38a93523 364
3229f68b 365@include data-rep.texi
c6ae9c77
MV
366@include fdl.texi
367
38a93523
NJ
368@iftex
369@page
370@unnumbered{Indices}
371@end iftex
372
373@include indices.texi
9401323e 374@include scheme-indices.texi
38a93523 375
38a93523 376@bye