Comment 24 for bug 1325571

Revision history for this message
DECwriterIII (very.very.old.school) wrote :

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
manpages.ubuntu.com/manpages/dapper/man1/guile.1.html

____________________________________________________

-

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 ? ? ? ! ! ! ! !