-
Notifications
You must be signed in to change notification settings - Fork 1
/
doc.html
184 lines (159 loc) · 4.62 KB
/
doc.html
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<link rev="made" href="mailto:[email protected]" />
<title>
The Larceny Project -- Documentation
</title>
<style type="text/css">
.red { color: red; }
</style>
</head>
<body>
<!-- start header -->
<div id="strip1"> </div>
<div id="strip2"> </div>
<div id="header">
<div id="logo">
<h1><a href="#">
<img src="images/larceny.png" alt="The Larceny Project"/>
</a>
</h1>
</div>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content">
<div class="post">
<h1 class="title">Manuals</h1>
<div class="entry">
<p>
The following User Manuals are available online:
</p>
<ul>
<li><a href="http://www.cesura17.net/~larcenists/Nightly/doc/">Larceny User's Manual</a>
(current version)
</li>
<li><a href="Documentation/Documentation1.3/index.html">Larceny User's Manual
(version 1.3)</a>
</li>
<li><a href="Documentation/Documentation0.99/index.html">Larceny User's Manual
(version 0.99)</a>
</li>
<li><a href="Documentation/Documentation0.98/index.html">Larceny User's Manual
(version 0.98)</a>
</li>
<li><a href="Documentation/Documentation0.97/index.html">Larceny User's Manual
(version 0.97)</a>
</li>
<li><a href="CommonLarceny/user-manual.html">Common Larceny User's Manual
(version 0.97)</a>
</li>
</ul>
</div>
</div>
<div class="post">
<h1 class="title">Support</h1>
<div class="entry">
<p>
Direct support is available to Larceny users
through the
<a href="https://lists.ccs.neu.edu/bin/listinfo/larceny-users"><code>larceny-users</code></a>
mailing list.
Users are encouraged to submit bug reports either through the
<a href="https://github.com/larcenists/larceny/issues">Larceny
bug database</a>
or by sending email to
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<ul>
<li><a href="https://lists.ccs.neu.edu/bin/listinfo/larceny-users">Mailing
list for Larceny users</a></li>
<li><a href="knownbugs.html">Summary of known bugs</a></li>
<li><a href="https://github.com/larcenists/larceny">Complete
source code and bug databases</a></li>
</ul>
</div>
</div>
<div class="post">
<h1 class="title">Reference</h1>
<div class="entry">
<p>
Larceny supports several standards, including the following standards
available
online:
</p>
<ul>
<li><a href="http://www.schemers.org/Documents/Standards/R5RS/">Revised<sup>5</sup> Report on the Algorithmic Language Scheme</a> (R5RS)</li>
<li><a href="http://www.r6rs.org/">Revised<sup>6</sup>
Report on the Algorithmic Language Scheme</a> (R6RS)</li>
<li><a href="http://www.scheme-reports.org/">Revised<sup>7</sup>
Report on the Algorithmic Language Scheme</a> (R7RS)</li>
</ul>
</div>
</div>
</div>
<!-- end content -->
<!-- start sidebar -->
<div id="sidebar">
<ul>
<li>
<h2><b>Download</b> Larceny</h2>
<ul>
<li><a href="download.html"><strong>Larceny</strong>
</a></li>
<li><a href="download-petit.html"><strong>Petit
Larceny</strong></a></li>
<li><a href="CommonLarceny/download.html"><strong>Common
Larceny</strong>
</a></li>
<li><a href="licensing.html">Licensing</a></li>
</ul>
</li>
<li>
<h2><b>About</b> Larceny</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="doc.html">Documentation</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="dev.html">Development</a></li>
<li><a href="history.html">History</a></li>
<li><a href="benchmarks.html">Benchmarks</a></li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;"> </div>
<!-- end page -->
<!-- hr />
<p>
<a href="http://validator.w3.org/check/referer"><img
style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
</p>
<div>
<a href="mailto:[email protected]">[email protected]</a><br />
</div>
<p>
Last updated 6 August 2017.
</p -->
</div>
<!-- start footer -->
<div id="footer">
<p id="legal">© 2008 William D Clinger.
Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a>
and <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.
</p>
</div>
<!-- end footer -->
</body>
</html>