-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
41 lines (37 loc) · 2.99 KB
/
documentation.html
File metadata and controls
41 lines (37 loc) · 2.99 KB
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
<!DOCTYPE html>
<html>
<head>
<title>L.B.Stanza</title>
<link type="text/css" rel="stylesheet" href="resources/mainstyle.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77155883-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<table class="wrap">
<tr><td colspan="3" class="banner">
<a href="index.html">Home</a><a href="philosophy.html">Philosophy</a><a href="downloads.html">Downloads</a><a href="documentation.html" class="active-banner">Documentation</a><a href="people.html">People</a><a href="community.html">Community</a><a href="news.html">News</a><a href="reference.html">Reference</a>
</td></tr>
<tr>
<td class="nav">
<h1>NAVIGATION</h1>
<h2><a href="#anchor135">Stanza By Example</a></h2><h2><a href="#anchor136">Essays</a></h2><h2><a href="#anchor137">Tutorials</a></h2><h2><a href="#anchor138">Stanza Thesis</a></h2><h2><a href="#anchor139">Stanza Reference</a></h2>
</td>
<td class="main">
<h1 id="anchor135">Stanza By Example</h1><p><a href="stanzabyexample.html">Stanza By Example</a> is an introductory step-by-step book for learning the Stanza programming language. </p><h1 id="anchor136">Essays</h1><p><a href="purpose_of_programming_languages.html">"Stop Designing Languages. Write Libraries Instead."</a> - My rebuttal to a common opinion I hear about new programming languages and language research.</p><p><a href="optional_typing.html">The Design of Stanza's Optional Type System</a> - An article detailing the motivation and mechanics behind the design of Stanza's optional type system, and our experiences with using and teaching the system.</p><h1 id="anchor137">Tutorials</h1><p><a href="tetris.html">Tetris</a> - This is a tutorial teaching users to use LoStanza to interface with the QT GUI library to write a simple clone of the famous Tetris game. An offline version of this tutorial can be found <a href=resources/lbstanza_tetris.pdf>here</a>.</p><h1 id="anchor138">Stanza Thesis</h1><p><a href=resources/patrickli_thesis_dec14.pdf>"Design and Implementation of an Optionally-Typed Functional Programming Language"</a> - The Ph.D. thesis that documents the design rationale and implementation of Stanza.</p><h1 id="anchor139">Stanza Reference</h1><p>An offline version of the Stanza reference pages has been compiled <a href=resources/lbstanza_reference.pdf>here</a>. </p>
</td>
<td class="rest">
<img url="resources/spacer.gif"></img>
</td>
</tr>
<tr><td colspan="3" class="footer">
Site design by Luca Li. Copyright 2015.
</td></tr>
</table>
</body>
</html>