GNU Guile is an interpreter for the Scheme programming
language. It implements R5RS, providing additional features
necessary for real-world use. It is extremely simple to embed
guile into a C program, calling C from Scheme and Scheme
from C. Guile's design makes it very suitable for use as an
"extension" or "glue" language, but it also works well as a
stand-alone scheme development environment.
-
The guile executable itself provides a stand-alone interpreter
for scheme programs, for either interactive use or executing
scripts.
-
This manpage provides only brief instruction in invoking guile
from the command line. Please consult the guile info
documentation (type info guile at a command prompt) for
more information. There is also a tutorial (info guile-tut)
available.
So you are interested in Lisp ?
-
Lisp has in its programming commands something
called a "lamda" ( a nameless _function_).
-
So the _greek_letter_ lambda is often the featured
graphic on a number of software packages.
-
Early on, Lisp forked into two principal divisions:
Common Lisp and Scheme
-
Scheme has then forked into such names as:
Gambit, Guile, and Clojure
-
And so my story brings me to . . .
-
_______ _______ _______ _______ ____
guile(1) - Linux man page _______ _______ _______ ____
_______
-
Name
guile - a Scheme interpreter
-
Synopsis
-
guile [-q] [-ds] [--help] [--version] [--emacs] [--debug]
[-l FILE] [-e FUNCTION] [] [-c EXPR] [-s SCRIPT] [--]
Description
-
GNU Guile is an interpreter for the Scheme programming
language. It implements R5RS, providing additional features
necessary for real-world use. It is extremely simple to embed
guile into a C program, calling C from Scheme and Scheme
from C. Guile's design makes it very suitable for use as an
"extension" or "glue" language, but it also works well as a
stand-alone scheme development environment.
-
The guile executable itself provides a stand-alone interpreter
for scheme programs, for either interactive use or executing
scripts.
-
This manpage provides only brief instruction in invoking guile
from the command line. Please consult the guile info
documentation (type info guile at a command prompt) for
more information. There is also a tutorial (info guile-tut)
available.
-
-
-
The story gets more interesting when we see where
guile is available . . .
-
_______ _______ _______ _______ _______ _______ _______ ___
Ubuntu Manpage: guile - a Scheme interpreter ubuntu. com/manpages/ dapper/ man1/guile. 1.html
manpages.
_______ _______ _______ _______ _______ _______ _______ ___
-
So in addition to writing scripts in ash, bash, awk, and sed,
your system may already be ready for you to write scripts
in guile <-- scheme <-- lisp .
-
Now, are you really, really _certain_ that you want to learn lisp ? ? ? ! ! ! ! !