|
NAMEguile - The GNU Project Extension LanguageSYNOPSISguile [-L DIRECTORY] [-l FILE] [-e FUNCTION] [\] [-c EXPR] [-s SCRIPT] [--] [SCRIPT [ARGs for SCRIPT]]Only the most useful options are listed here; see below for the remainder. DESCRIPTIONGNU 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. The guile executable itself provides a stand-alone interactive compiler and run-time for Scheme programs, both for interactive use and for executing Scheme scripts or programs. This manual page provides only brief instruction in invoking guile from the command line. Please consult the Guile info documentation for more information, (type info "(guile)Invoking Guile" at a command prompt). OPTIONS
ENVIRONMENT
FILES
(use-modules (ice-9 readline))
(activate-readline)
SEE ALSOThe full documentation for Guile is maintained as a Texinfo manual. If the info and guile programs are properly installed at your site, the command
should give you access to the complete manual. http://www.schemers.org provides a general introduction to the Scheme language. REPORTING BUGSThere 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. We ask you to read the section ``Reporting Bugs'' in the Guile reference 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.COPYINGCopyright (C) 2010, 2011 Free Software Foundation, Inc.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 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. Permission is granted to copy and distribute translations of this document into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. AUTHORSRobert Merkel <rgmerk@mira.net> wrote this manpage. Rob Browning <rlb@cs.utexas.edu> has added to it.guile is GNU software. Guile is originally based on Aubrey Jaffer's SCM interpreter, and is the work of many individuals.
Visit the GSP FreeBSD Man Page Interface. |