2001-04-24 23:23:05 +00:00
|
|
|
.\" Written by Robert Merkel (rgmerk@mira.net)
|
|
|
|
|
.\" augmented by Rob Browning <rlb@cs.utexas.edu>
|
|
|
|
|
.\" Process this file with
|
|
|
|
|
.\" groff -man -Tascii foo.1
|
|
|
|
|
.\"
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.\" title section date source manual
|
2017-05-22 14:13:20 +02:00
|
|
|
.TH GUILE 1 "2017-05-22" GNU "GNU Guile 3.0"
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH NAME
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
guile \- The GNU Project Extension Language
|
|
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH SYNOPSIS
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.B guile
|
|
|
|
|
.RB [\| \-L
|
|
|
|
|
.IR DIRECTORY \|]
|
|
|
|
|
.RB [\| \-l
|
|
|
|
|
.IR FILE \|]
|
|
|
|
|
.RB [\| \-e
|
|
|
|
|
.IR FUNCTION \|]
|
|
|
|
|
.\".RI [\| \\\\ \|]
|
|
|
|
|
.RB [\| \e \|]
|
|
|
|
|
.RB [\| \-c
|
|
|
|
|
.IR EXPR \|]
|
|
|
|
|
.RB [\| \-s
|
|
|
|
|
.IR SCRIPT \|]
|
|
|
|
|
.RB [\| \-\- \|]
|
|
|
|
|
.RI [\| SCRIPT
|
|
|
|
|
.RI [\| ARGs\ for\ SCRIPT \|]\c
|
|
|
|
|
.RI ]
|
2011-01-24 22:48:26 +01:00
|
|
|
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
Only the most useful options are listed here;
|
|
|
|
|
see below for the remainder.
|
|
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH DESCRIPTION
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
GNU Guile is an implementation of the Scheme programming language.
|
|
|
|
|
It extends the R5RS and R6RS language standards,
|
|
|
|
|
providing additional features necessary for real-world use.
|
|
|
|
|
|
|
|
|
|
Guile works well for interactive use,
|
|
|
|
|
basic scripting,
|
|
|
|
|
and extension of larger applications,
|
|
|
|
|
as well as for stand-alone Scheme application development.
|
2001-04-24 23:23:05 +00:00
|
|
|
|
|
|
|
|
The
|
|
|
|
|
.B guile
|
2011-01-24 22:48:26 +01:00
|
|
|
executable itself provides a stand-alone interactive compiler and
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
run-time for Scheme programs,
|
|
|
|
|
both for interactive use and for executing Scheme scripts or programs.
|
2001-04-24 23:23:05 +00:00
|
|
|
|
2011-01-24 22:48:26 +01:00
|
|
|
This manual page provides only brief instruction in invoking
|
2001-04-24 23:23:05 +00:00
|
|
|
.B guile
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
from the command line.
|
|
|
|
|
Please consult the Guile info documentation for more information,
|
|
|
|
|
(type \fB info "(guile)Invoking Guile"\fR at a command prompt).
|
|
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH OPTIONS
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.TP
|
|
|
|
|
.BI -L \ DIRECTORY
|
|
|
|
|
Add \fIDIRECTORY\fR to the front of Guile's module load path.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.BI -l \ FILE
|
|
|
|
|
Load Scheme source code from \fIFILE\fR.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.BI -e \ FUNCTION
|
|
|
|
|
After reading \fISCRIPT\fR, apply \fIFUNCTION\fR to command-line arguments.
|
|
|
|
|
Note that \fIFUNCTION\fR is evaluated,
|
|
|
|
|
so, for example,
|
2011-01-24 22:48:26 +01:00
|
|
|
.B (@ (my-module) my-proc)
|
|
|
|
|
is valid here.
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.B \e
|
2011-01-24 22:48:26 +01:00
|
|
|
The "meta switch", used to work around limitations in #! scripts.
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
See "The Meta Switch" in the texinfo documentation for more details.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.B --
|
|
|
|
|
Stop argument processing, and start
|
|
|
|
|
.B guile
|
|
|
|
|
in interactive mode.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.BI -c \ EXPR
|
|
|
|
|
Stop argument processing,
|
|
|
|
|
and evaluate \fIEXPR\fR as a Scheme expression.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.BI -s \ SCRIPT-FILE
|
|
|
|
|
Load Scheme source from \fISCRIPT-FILE\fR and execute as a script.
|
|
|
|
|
Note that in many cases it is not necessary to use \fB-s\fR;
|
|
|
|
|
one may invoke
|
|
|
|
|
.B guile
|
|
|
|
|
simply as
|
|
|
|
|
.B guile
|
|
|
|
|
.I SCRIPT-FILE ARG...
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.B -ds
|
|
|
|
|
Carry out \fB\-s \fISCRIPT\fR at this point in the option sequence.
|
|
|
|
|
Note that this argument must be used in conjunction with \fB\-s\fR.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.B --debug
|
|
|
|
|
Start
|
|
|
|
|
.B guile
|
|
|
|
|
with the debugging VM.
|
|
|
|
|
By default, debugging is on when
|
|
|
|
|
.B guile
|
|
|
|
|
is invoked interactively;
|
|
|
|
|
it is off otherwise.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.B --no-debug
|
|
|
|
|
Start
|
|
|
|
|
.B guile
|
|
|
|
|
without the debugging VM,
|
|
|
|
|
even if
|
|
|
|
|
.B guile
|
|
|
|
|
is being run interactively.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.B --auto-compile
|
2011-01-24 22:48:26 +01:00
|
|
|
Compile source files automatically (default behavior).
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.
|
|
|
|
|
.TP
|
2015-06-14 19:09:34 +03:00
|
|
|
.B --no-auto-compile
|
2011-01-24 22:48:26 +01:00
|
|
|
Disable automatic source file compilation.
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-\-listen\fR[=\fIP\fR]
|
|
|
|
|
Listen on a port or socket for remote REPL connections.
|
|
|
|
|
See the manual for more details.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-\-use\-srfi\fR=\fIN,M\fR...
|
|
|
|
|
Load SRFI extensions \fIN\fR, \fIM\fR, etc.
|
|
|
|
|
For example,
|
|
|
|
|
\fB \-\-use\-srfi\fR=\fI8,13\fR.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.BI -x \ EXTENSION
|
|
|
|
|
Add \fIEXTENSION\fR to the
|
|
|
|
|
.B guile
|
|
|
|
|
load extension list.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
|
Describe command-line options and exit.
|
|
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-v\fR, \fB\-\-version\fR
|
2011-01-24 22:48:26 +01:00
|
|
|
Display guile version and exit.
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.
|
|
|
|
|
.TP
|
|
|
|
|
.B -q
|
|
|
|
|
In interactive mode,
|
|
|
|
|
suppress loading the user's initialization file,
|
|
|
|
|
.I ~/.guile.
|
|
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH ENVIRONMENT
|
|
|
|
|
.\".TP \w'MANROFFSEQ\ \ 'u
|
|
|
|
|
.TP
|
|
|
|
|
.B GUILE_LOAD_PATH
|
|
|
|
|
If
|
|
|
|
|
.RB $ GUILE_LOAD_PATH
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
is set before
|
|
|
|
|
.B guile
|
|
|
|
|
is started,
|
|
|
|
|
its value is used to augment the path to search for Scheme files when
|
|
|
|
|
loading.
|
|
|
|
|
It should be a colon-separated list of directories,
|
|
|
|
|
which will be prefixed to the default
|
|
|
|
|
.B %load-path.
|
|
|
|
|
.TP
|
2011-01-24 22:48:26 +01:00
|
|
|
.B GUILE_LOAD_COMPILED_PATH
|
|
|
|
|
If
|
|
|
|
|
.RB $ GUILE_LOAD_COMPILED_PATH
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
is set before
|
|
|
|
|
.B guile
|
|
|
|
|
is started,
|
|
|
|
|
its value is used to augment the path to search for compiled
|
|
|
|
|
Scheme files (.go files) when loading.
|
|
|
|
|
It should be a colon-separated list of directories,
|
|
|
|
|
which will be prefixed to the default
|
|
|
|
|
.B %load-compiled-path.
|
|
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH FILES
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.TP
|
2001-04-24 23:23:05 +00:00
|
|
|
.I ~/.guile
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
A Guile script that is executed before any other processing occurs.
|
|
|
|
|
For example, the following
|
|
|
|
|
.I .guile
|
|
|
|
|
activates guile's readline interface:
|
2001-04-24 23:23:05 +00:00
|
|
|
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.RS 9
|
|
|
|
|
.B (use-modules (ice-9 readline))
|
2001-04-24 23:23:05 +00:00
|
|
|
.RS 0
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.B (activate-readline)
|
|
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH "SEE ALSO"
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
The full documentation for Guile is maintained as a Texinfo manual.
|
|
|
|
|
If the
|
|
|
|
|
.B info
|
|
|
|
|
and
|
|
|
|
|
.B guile
|
|
|
|
|
programs are properly installed at your site,
|
|
|
|
|
the command
|
2008-11-13 23:24:32 +01:00
|
|
|
.IP
|
|
|
|
|
.B info guile
|
|
|
|
|
.PP
|
|
|
|
|
should give you access to the complete manual.
|
2001-04-24 23:23:05 +00:00
|
|
|
|
|
|
|
|
http://www.schemers.org provides a general introduction to the
|
|
|
|
|
Scheme language.
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.
|
2011-01-15 21:16:39 +00:00
|
|
|
.SH "REPORTING BUGS"
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
There is a mailing list,
|
|
|
|
|
bug-guile@gnu.org,
|
|
|
|
|
for reporting Guile bugs and fixes.
|
|
|
|
|
But before reporting something as a bug,
|
|
|
|
|
please try to be sure that it really is a bug,
|
|
|
|
|
not a misunderstanding or a deliberate feature.
|
2011-01-15 21:16:39 +00:00
|
|
|
We ask you to read the section ``Reporting Bugs'' in the Guile reference
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
manual (or Info system) for hints on how and when to report bugs.
|
|
|
|
|
Also, include the version number of the Guile you are running in every bug
|
|
|
|
|
report that you send in.
|
|
|
|
|
Bugs tend actually to get fixed if they can be isolated,
|
|
|
|
|
so it is in your interest to report them in such a way that they can be
|
|
|
|
|
easily reproduced.
|
|
|
|
|
.
|
2011-01-15 21:16:39 +00:00
|
|
|
.SH COPYING
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
Copyright (C) 2010, 2011 Free Software Foundation, Inc.
|
2011-01-15 21:16:39 +00:00
|
|
|
|
|
|
|
|
Permission is granted to make and distribute verbatim copies of this
|
|
|
|
|
document provided the copyright notice and this permission notice are
|
|
|
|
|
preserved on all copies.
|
|
|
|
|
|
|
|
|
|
Permission is granted to copy and distribute modified versions of this
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
document under the conditions for verbatim copying,
|
|
|
|
|
provided that the entire resulting derived work is distributed under the
|
|
|
|
|
terms of a permission notice identical to this one.
|
2011-01-15 21:16:39 +00:00
|
|
|
|
|
|
|
|
Permission is granted to copy and distribute translations of this
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
document into another language,
|
|
|
|
|
under the above conditions for modified versions,
|
|
|
|
|
except that this permission notice may be stated in a
|
2011-01-15 21:16:39 +00:00
|
|
|
translation approved by the Free Software Foundation.
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.
|
2001-04-24 23:23:05 +00:00
|
|
|
.SH AUTHORS
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
Robert Merkel <rgmerk@mira.net> wrote this manpage.
|
2001-04-24 23:23:05 +00:00
|
|
|
Rob Browning <rlb@cs.utexas.edu> has added to it.
|
|
|
|
|
|
Updated Guile manual page.
* doc/guile.1: Added the current month and year, Guile version
descriptive text, and the text GNU to the title.
Updated the nroff formatting commands for the SYNOPSIS and OPTIONS
sections to what 'man' prescribes. See 'man(1)', 'man(7)', and
'man-pages(7)'.
Corrected grammar, spelling, and capitalization (for example,
'scheme' to 'Scheme').
Vertical white-space was non-standard (two lines between some
sections, one space between others). Changed this to the standard
one empty line before each section heading, and added dots (a single
period on a line) before every section heading (.SH) so that
maintainers will find the readability unchanged.
Added white space to follow the 'groff' recommendation of starting
every sentence on its own line, and breaking sentences at
punctuation.
Corrected an error in description of the info command.
Added the missing option '--no-debug', and the short switches '-h'
and '-v'.
Changed the description of the environment variable
GUILE_LOAD_COMPILED_PATH so that it references the Guile variable
`%load-compiled-path' instead of the variable `%load-path'.
Updated the copyright to include 2011.
2011-03-04 19:36:28 -05:00
|
|
|
.B guile
|
|
|
|
|
is GNU software.
|
|
|
|
|
Guile is originally based on Aubrey Jaffer's SCM interpreter,
|
|
|
|
|
and is the work of many individuals.
|