91 lines
5.1 KiB
HTML
91 lines
5.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: Scheme88</title>
|
||
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
||
|
href="https://www.cliki.net/site/feed/article.atom?title=Scheme88">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - Scheme88</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">Scheme88</div><div id="article">Scheme88 is a re-implementation of Indiana University's <a href="Scheme.html" class="category">Scheme</a>84 <a href="programming language.html" class="category">programming language</a> to run in Common Lisp.<p>Homepage: <a href="http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/impl/scheme88/0.html">http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/impl/scheme88/0.html</a><p><h2>License and copyright notice</h2><p><pre>Copyright (c) 1985 Indiana University
|
||
|
|
||
|
This material was developed by the Scheme Group at Indiana University
|
||
|
Department of Computer Science. Permission to copy this software, to
|
||
|
redistribute it, and to use it for any purpose is granted, subject to
|
||
|
the following restrictions and understandings.
|
||
|
|
||
|
1. Any copy of this software must include this copyright notice in full.
|
||
|
|
||
|
2. Users of this software agree to make their best eforts (a) to return
|
||
|
to Indiana University Computer Science Department Scheme Group any
|
||
|
improvements or extensions that they make, so that these may be included
|
||
|
in future releases; and (b) to inform Indiana University Computer Science
|
||
|
Department Scheme Group of noteworthy uses of this software.
|
||
|
|
||
|
3. All materials developed as a consequence of the use of this software
|
||
|
shall duly acknowledge such use, in accordance with the usual standards
|
||
|
of acknowledging credit in academic research.
|
||
|
|
||
|
4. Indiana University has made no warrantee or representation that the
|
||
|
operation of this software will be error-free, and Indiana University
|
||
|
is under no obligation to provide any services, by way of maintenance,
|
||
|
update, or otherwise.
|
||
|
|
||
|
5. In conjuction with products arising from the use of this material,
|
||
|
there shall be no use of the name of Indiana University nor any adaptation
|
||
|
thereof in advertising, promotional, or sales literature without prior
|
||
|
written consent from Indiana University Computer Science
|
||
|
Department Scheme Group.
|
||
|
|
||
|
--------------------------------------------------------------------------
|
||
|
|
||
|
This version was developed at Rice University Department of Computer
|
||
|
Science. All guidelines and understandings above should apply in relation to
|
||
|
use and distribution of this material, in relation to the Rice University
|
||
|
Computer Science Department.
|
||
|
|
||
|
Rice University has made no warrantee or representation that the operation
|
||
|
of this software will be error-free, nor will be fully compatible with
|
||
|
existing source code. Rice University is under no obligation to provide
|
||
|
any services: maintenance, update, or otherwise.</pre></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="Scheme88.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=Scheme88">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=Scheme88">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Scheme88&from-revision=3837812893">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
||
|
</div>
|
||
|
<div id="header-buttons" class="buttonbar">
|
||
|
<ul>
|
||
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
||
|
<li><a href="CLiki.html">About</a></li>
|
||
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
||
|
</ul>
|
||
|
<div id="search">
|
||
|
<form action="https://www.cliki.net/site/search">
|
||
|
<label for="search_query" class="hidden">Search CLiki</label>
|
||
|
<input type="text" name="query" id="search_query" value="" />
|
||
|
<input type="submit" value="search" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="pageheader">
|
||
|
<div id="header">
|
||
|
<span id="logo">CLiki</span>
|
||
|
<span id="slogan">the common lisp wiki</span>
|
||
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
||
|
<label for="login_name" class="hidden">Account name</label>
|
||
|
<input type="text" name="name" id="login_name" class="login_input" />
|
||
|
<label for= "login_password" class="hidden">Password</label>
|
||
|
<input type="password" name="password" id="login_password" class="login_input" />
|
||
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
||
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
||
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body></html>
|