Run format script

This commit is contained in:
Lassi Kortela 2024-06-16 16:58:08 +03:00
parent 49b1bec85d
commit 2e207be9db
29 changed files with 18537 additions and 29 deletions

View File

@ -1 +1,178 @@
<html><head><title>Bibliography of Scheme-related Research</title><meta name="generator" content="SchemeBib and Site-ML" charset="utf-8" /><meta name="description" content="Online bibliography of Scheme research" /><meta name="keywords" content="Scheme, bibliography, research" /><meta name="robots" content="index,follow" /><link rel="stylesheet" href="basic.css" type="text/css" /></head><body><table width="100%"><tr valign="top"><td width="124"><table width="124"><tr width="124" height="45"><td width="124" height="45"><a href="http://readscheme.org"><img width="124" height="45" border="0" alt="Readscheme.org" src="./imgs/nav-logo.gif" /></a></td></tr></table></td><td width="20"><img width="20" height="1" border="0" src="./imgs/dot_clear.gif" /></td><td><h1>Bibliography of Scheme-related Research</h1><p>This online bibliography collects together links to technical papers and theses related to the Scheme language, including both classic papers and recent research. This site is maintained by Jim Bender. Please send suggestions for additions to this site to him at <a href="mailto:readscheme@gmail.com">readscheme@gmail.com</a>. </p><p>Readscheme.org is hosted by <a href="http://concurrency.cc">concurrency.cc</a>.</p><h2>What's new...</h2><p><a href="./whats_new.html">New citations</a> added on August 10, 2012!</p><h2>Table of Contents</h2><ul><li><a href="./page1.html">The Original 'Lambda Papers' by Guy Steele and Gerald Sussman</a></li><li><a href="./page2.html">Scheme, Language Features, and Semantics</a></li><li><a href="./page3.html">Macros</a></li><li><a href="./page4.html">Object-Oriented Programming</a></li><li><a href="./page5.html">Modules and Component-Oriented Programming</a></li><li><a href="./page6.html">Continuations and Continuation Passing Style</a></li><li><a href="./pagexml.html">XML and Web Programming</a></li><li><a href="./page7.html">Applications of Scheme</a></li><li><a href="./page8.html">Compiler Technology/Implementation Techniques and Optimization</a></li><li><a href="./page9.html">Distributed, Parallel, and Concurrent Programming</a></li><li><a href="./page10.html">Partial Evaluation</a></li><li><a href="./page11.html">Reflection</a></li></ul><ul><li><a href="./standards.html">Reports on the Scheme Language</a></li></ul><a name="sw-index" /><h2>Workshops on Scheme and Functional Programming</h2><ul><li><a href="./sw2000.html">Workshop on Scheme and Functional Programming 2000</a></li><li><a href="./sw2001.html">Second Workshop on Scheme and Functional Programming, 2001</a></li><li><a href="./sw2002.html">Third Workshop on Scheme and Functional Programming, 2002</a></li><li><a href="./sw2003.html">2003 Scheme Workshop</a></li><li><a href="./sw2004.html">2004 Scheme Workshop</a></li><li><a href="./sw2005.html">2005 Workshop on Scheme and Functional Programming</a></li><li><a href="./sw2006.html">2006 Workshop on Scheme and Functional Programming</a></li><li><a href="./sw2007.html">2007 Workshop on Scheme and Functional Programming</a></li><li><a href="./sw2008.html">2008 Workshop on Scheme and Functional Programming</a></li><li><a href="./sw2009.html">2009 Workshop on Scheme and Functional Programming</a></li><li><a href="./sw2010.html">2010 Workshop on Scheme and Functional Programming</a></li><li><a href="./sw2011.html">2011 Workshop on Scheme and Functional Programming</a></li></ul><p><img width="1" height="40" border="0" src="./imgs/dot_clear.gif" /></p><div class="collophon" align="right">Hosted by <a href="http://concurrency.cc">concurrency.cc</a>.<p />Last modified: Saturday, August 11th, 2012 4:55:42pm<br />HTML generated using <a href="http://celtic.benderweb.net/webit/">WebIt!</a>.</div></td></tr></table></body></html>
<!DOCTYPE html>
<html>
<head>
<title>
Bibliography of Scheme-related Research
</title>
<meta name="generator" content="SchemeBib and Site-ML" charset=
"utf-8">
<meta name="description" content=
"Online bibliography of Scheme research">
<meta name="keywords" content="Scheme, bibliography, research">
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="basic.css" type="text/css">
</head>
<body>
<table width="100%">
<tr valign="top">
<td width="124">
<table width="124">
<tr width="124" height="45">
<td width="124" height="45">
<a href="http://readscheme.org"><img width="124"
height="45" border="0" alt="Readscheme.org" src=
"./imgs/nav-logo.gif"></a>
</td>
</tr>
</table>
</td>
<td width="20">
<img width="20" height="1" border="0" src=
"./imgs/dot_clear.gif">
</td>
<td>
<h1>
Bibliography of Scheme-related Research
</h1>
<p>
This online bibliography collects together links to
technical papers and theses related to the Scheme
language, including both classic papers and recent
research. This site is maintained by Jim Bender. Please
send suggestions for additions to this site to him at
<a href=
"mailto:readscheme@gmail.com">readscheme@gmail.com</a>.
</p>
<p>
Readscheme.org is hosted by <a href=
"http://concurrency.cc">concurrency.cc</a>.
</p>
<h2>
What's new...
</h2>
<p>
<a href="./whats_new.html">New citations</a> added on
August 10, 2012!
</p>
<h2>
Table of Contents
</h2>
<ul>
<li>
<a href="./page1.html">The Original 'Lambda Papers'
by Guy Steele and Gerald Sussman</a>
</li>
<li>
<a href="./page2.html">Scheme, Language Features, and
Semantics</a>
</li>
<li>
<a href="./page3.html">Macros</a>
</li>
<li>
<a href="./page4.html">Object-Oriented
Programming</a>
</li>
<li>
<a href="./page5.html">Modules and Component-Oriented
Programming</a>
</li>
<li>
<a href="./page6.html">Continuations and Continuation
Passing Style</a>
</li>
<li>
<a href="./pagexml.html">XML and Web Programming</a>
</li>
<li>
<a href="./page7.html">Applications of Scheme</a>
</li>
<li>
<a href="./page8.html">Compiler
Technology/Implementation Techniques and
Optimization</a>
</li>
<li>
<a href="./page9.html">Distributed, Parallel, and
Concurrent Programming</a>
</li>
<li>
<a href="./page10.html">Partial Evaluation</a>
</li>
<li>
<a href="./page11.html">Reflection</a>
</li>
</ul>
<ul>
<li>
<a href="./standards.html">Reports on the Scheme
Language</a>
</li>
</ul><a name="sw-index" id="sw-index"></a>
<h2>
Workshops on Scheme and Functional Programming
</h2>
<ul>
<li>
<a href="./sw2000.html">Workshop on Scheme and
Functional Programming 2000</a>
</li>
<li>
<a href="./sw2001.html">Second Workshop on Scheme and
Functional Programming, 2001</a>
</li>
<li>
<a href="./sw2002.html">Third Workshop on Scheme and
Functional Programming, 2002</a>
</li>
<li>
<a href="./sw2003.html">2003 Scheme Workshop</a>
</li>
<li>
<a href="./sw2004.html">2004 Scheme Workshop</a>
</li>
<li>
<a href="./sw2005.html">2005 Workshop on Scheme and
Functional Programming</a>
</li>
<li>
<a href="./sw2006.html">2006 Workshop on Scheme and
Functional Programming</a>
</li>
<li>
<a href="./sw2007.html">2007 Workshop on Scheme and
Functional Programming</a>
</li>
<li>
<a href="./sw2008.html">2008 Workshop on Scheme and
Functional Programming</a>
</li>
<li>
<a href="./sw2009.html">2009 Workshop on Scheme and
Functional Programming</a>
</li>
<li>
<a href="./sw2010.html">2010 Workshop on Scheme and
Functional Programming</a>
</li>
<li>
<a href="./sw2011.html">2011 Workshop on Scheme and
Functional Programming</a>
</li>
</ul>
<p>
<img width="1" height="40" border="0" src=
"./imgs/dot_clear.gif">
</p>
<div class="collophon" align="right">
Hosted by <a href=
"http://concurrency.cc">concurrency.cc</a>.Last
modified: Saturday, August 11th, 2012 4:55:42pm<br>
HTML generated using <a href=
"http://celtic.benderweb.net/webit/">WebIt!</a>.
</div>
</td>
</tr>
</table>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long