This file is indexed.

/usr/share/doc/libctl-doc/html/guile-links.html is in libctl-doc 3.2.2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD>
<TITLE>Guile and Scheme Links</TITLE>
<LINK rel="Bookmark" title="libctl Manual" href="index.html">
<LINK rel="Bookmark" title="Ab Initio Physics Home Page"
      href="http://ab-initio.it.edu">
<LINK rel="Contents" href="index.html">
<LINK rel="Copyright" href="license.html">
<LINK rel="Start" href="index.html">
<LINK rel="Previous" href="developer.html">
<LINK rel="Next" href="license.html">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF">

Go to the <a href="license.html">next</a>, <a
href="developer.html">previous</a>, or <a href="index.html">main</a>
section.
<hr>

<h1>Guile and Scheme Links</h1>

There are many places you can go to on the Web to find out more
regarding Guile and the Scheme programming language.  We list a few of
them here:

<h2>Scheme:</h2>

<p>Scheme is a simplified derivative of Lisp, a small and beautiful
dynamically typed, <a href="http://en.wikipedia.org/wiki/Lexical_variable_scoping">lexically scoped</a>, <a href="http://en.wikipedia.org/wiki/Functional_programming_language">functional</a> language.

<ul>

<li>A <a href="http://en.wikipedia.org/wiki/Scheme_programming_language">history and introduction to Scheme</a>, with links to more sites, at the <a href="http://en.wikipedia.org/">Wikipedia</a> collaborative encyclopedia.

<li><a
href="http://www.swiss.ai.mit.edu/ftpdir/scheme-reports/r5rs-html/r5rs_toc.html">R5RS</a>
is the official Scheme language definition and reference.

<li>A classic <a href="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/doc/intro/intro.txt">introduction</a> to Scheme by Ken Dickey.

<li><a href="http://mitpress.mit.edu/sicp/sicp.html">Structure and
Interpretation of Computer Programs</a> by Abelson, Sussman, and
Sussman (full text online).

<li><a
href="http://www.cs.utexas.edu/users/wilson/schintro/schintro_toc.html">Introduction
to Scheme and its Implementation</a> (the complete book on-line)
by <a href="http://www.cs.utexas.edu/users/wilson/">Prof. Paul
R. Wilson</a> (<a href="http://www.cs.utexas.edu/">Univ. of Texas</a>).

<li>The <a href="http://www.swiss.ai.mit.edu/projects/scheme/index.html">MIT
Scheme Home Page</a> (where do you think Scheme was invented?)

<ul>
<li>also check out the MIT <a
href="http://www.ai.mit.edu/projects/su/su.html">Scheme
Underground</a>
</ul>

<li>There is the <a href="news:comp.lang.scheme">comp.lang.scheme</a>
newsgroup, and its <a href="http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.scheme.html">FAQ</a>.

<li>The <a href="http://www.cs.indiana.edu/scheme-repository/">Internet Scheme Repository</a> has a lot of code and documentation.

<li><a href="http://www.schemers.org/">schemers.org</a> is another
Scheme site and collection of resources.

</ul>

<h2>Guile:</h2>

<p>Guile is a free implementation of Scheme, designed to be plugged in
to other programs as a scripting language.

<ul>

<li>The <a href="http://www.gnu.org/software/guile/">home site</a> for
the GNU Guile project.

<li>The <a href="http://www.glug.org/">GLUG</a> (Guile Lovers Use
Guile) Guile user's site.

<li>See parts IV and V of the <a
href="http://www.gnu.org/software/guile/docs/guile-ref/">Guile
Reference Manual</a> for additional Scheme functions and types defined
within the Guile environment.

</ul>

<hr>
Go to the <a href="license.html">next</a>, <a
href="developer.html">previous</a>, or <a href="index.html">main</a>
section.

</BODY>
</HTML>