~ubuntu-branches/ubuntu/feisty/libctl/feisty

« back to all changes in this revision

Viewing changes to doc/guile-links.html

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2002-04-17 10:36:45 UTC
  • Revision ID: james.westby@ubuntu.com-20020417103645-29vomjspk4yf4olw
Tags: upstream-2.1
ImportĀ upstreamĀ versionĀ 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 
2
<HTML><HEAD>
 
3
<TITLE>Guile and Scheme Links</TITLE>
 
4
<LINK rel="Bookmark" title="libctl Manual" href="index.html">
 
5
<LINK rel="Bookmark" title="Ab Initio Physics Home Page"
 
6
      href="http://ab-initio.it.edu">
 
7
<LINK rel="Contents" href="index.html">
 
8
<LINK rel="Copyright" href="license.html">
 
9
<LINK rel="Start" href="index.html">
 
10
<LINK rel="Previous" href="developer.html">
 
11
<LINK rel="Next" href="license.html">
 
12
</HEAD>
 
13
<BODY TEXT="#000000" BGCOLOR="#FFFFFF">
 
14
 
 
15
Go to the <a href="license.html">next</a>, <a
 
16
href="developer.html">previous</a>, or <a href="index.html">main</a>
 
17
section.
 
18
<hr>
 
19
 
 
20
<h1>Guile and Scheme Links</h1>
 
21
 
 
22
There are many places you can go to on the Web to find out more
 
23
regarding Guile and the Scheme programming language.  We list a few of
 
24
them here:
 
25
 
 
26
<ul>
 
27
 
 
28
<li>The <a href="http://www.gnu.org/software/guile/">home site</a> for
 
29
the GNU Guile project.
 
30
 
 
31
<li>The <a href="http://www.swiss.ai.mit.edu/projects/scheme/index.html">MIT
 
32
Scheme Home Page</a> (where do you think Scheme was invented?)
 
33
 
 
34
<ul>
 
35
<li>also check out the MIT <a
 
36
href="http://www.ai.mit.edu/projects/su/su.html">Scheme
 
37
Underground</a>
 
38
</ul>
 
39
 
 
40
<li><a
 
41
href="ftp://ftp.cs.utexas.edu/pub/garbage/cs345/schintro-v14/schintro_toc.html">Introduction
 
42
to Scheme and its Implementation</a> (the complete book on-line, also
 
43
in <a
 
44
href="ftp://ftp.cs.utexas.edu/pub/garbage/schin2up.ps">PostScript</a>)
 
45
by <a href="http://www.cs.utexas.edu/users/wilson/">Prof. Paul
 
46
R. Wilson</a> (<a href="http://www.cs.utexas.edu/">Univ. of Texas</a>).
 
47
 
 
48
<li>An <a href="ftp://ftp.cs.indiana.edu/pub/scheme-repository/doc/pubs/intro.txt">introduction</a> to Scheme by Ken Dickey,
 
49
 
 
50
<li>There is the <a href="news:comp.lang.scheme">comp.lang.scheme</a>
 
51
newsgroup, and its <a href="http://www.cis.ohio-state.edu/hypertext/faq/usenet/scheme-faq/part1/faq.html">FAQ</a>.
 
52
 
 
53
<li>The <a href="http://www.cs.indiana.edu/scheme-repository/home.html">Internet Scheme Repository</a> has a lot of code and documentation.
 
54
 
 
55
<li><a href="http://www.schemers.org/">schemers.org</a> is another
 
56
Scheme site and collection of resources.
 
57
 
 
58
<li><a
 
59
href="http://www.swiss.ai.mit.edu/ftpdir/scheme-reports/r5rs-html/r5rs_toc.html">R5RS</a>
 
60
is the official Scheme language definition and reference.
 
61
 
 
62
</ul>
 
63
 
 
64
<hr>
 
65
Go to the <a href="license.html">next</a>, <a
 
66
href="developer.html">previous</a>, or <a href="index.html">main</a>
 
67
section.
 
68
 
 
69
</BODY>
 
70
</HTML>