Compare commits
No commits in common. "5f5c31ab2a46edbe6e8bcf3f3109666ff3b279ce" and "a6bf52dc296ae632b116a98a21cc4afd92d2f503" have entirely different histories.
5f5c31ab2a
...
a6bf52dc29
|
@ -1,15 +1,28 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=ISO-8859-1">
|
||||
<title>Kali Scheme Revival</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Kali Scheme Revival</h1>
|
||||
<h2>What is Kali Scheme?</h2>
|
||||
<p>The <b>Kali Scheme</b> project was started around 1995 by the
|
||||
Software Systems group at the NEC Research Institute. It is based
|
||||
<p><b>Kali Scheme</b> is a project started around 1995 by the Software
|
||||
Systems group at the NEC Research Institute. It is based
|
||||
upon <a href="http://s48.org/">Scheme 48</a>.</p>
|
||||
<h2>Revival</h2>
|
||||
<p>The active development branch can be found at the arch repository.
|
||||
It is recommened to use the stable version in the tarball.</p>
|
||||
<p>If you would like to contribute contact me at zitterbewegung (at)
|
||||
gmail (dot) com or on <a href="//libera.chat/">libera</a>
|
||||
in <code>#scheme</code>.</p>
|
||||
<p>
|
||||
There is also a
|
||||
<a href="http://wiki.c2.com/?KaliScheme">Kali Scheme</a>
|
||||
entry at the C2 Wiki, and a
|
||||
<a href="http://community.schemewiki.org/?kali-scheme-revival">Kali
|
||||
Scheme Revival</a> entry at the Community Scheme Wiki.</p>
|
||||
<h1>What is Kali Scheme?</h1>
|
||||
<p>
|
||||
Kali Scheme is a distributed implementation of Scheme that permits
|
||||
efficient transmission of higher-order objects such as closures and
|
||||
|
@ -28,32 +41,20 @@ object
|
|||
the applications and implementation techniques we have looked at using
|
||||
Kali Scheme include: </p>
|
||||
<p></p>
|
||||
<ul>
|
||||
<li> User-level load balancing
|
||||
and migration. </li>
|
||||
<li> Incremental distributed
|
||||
linking of code objects. </li>
|
||||
<li> Parameterized client-server
|
||||
applications. </li>
|
||||
<li> Long-lived parallel
|
||||
computations. </li>
|
||||
<li> Distributed data mining. </li>
|
||||
<li> Executable content in
|
||||
<dl>
|
||||
<dd> User-level load balancing
|
||||
and migration. </dd>
|
||||
<dd> Incremental distributed
|
||||
linking of code objects. </dd>
|
||||
<dd> Parameterized client-server
|
||||
applications. </dd>
|
||||
<dd> Long-lived parallel
|
||||
computations. </dd>
|
||||
<dd> Distributed data mining. </dd>
|
||||
<dd> Executable content in
|
||||
messages over wide-area networks (e.g. the
|
||||
World-Wide Web) </li>
|
||||
</ul>
|
||||
<h2>Revival</h2>
|
||||
<p>The active development branch can be found at the arch repository.
|
||||
It is recommened to use the stable version in the tarball.</p>
|
||||
<p>If you would like to contribute contact me at zitterbewegung (at)
|
||||
gmail (dot) com or on <a href="//libera.chat/">libera</a>
|
||||
in <code>#scheme</code>.</p>
|
||||
<p>
|
||||
There is also a
|
||||
<a href="http://wiki.c2.com/?KaliScheme">Kali Scheme</a>
|
||||
entry at the C2 Wiki, and a
|
||||
<a href="http://community.schemewiki.org/?kali-scheme-revival">Kali
|
||||
Scheme Revival</a> entry at the Community Scheme Wiki.</p>
|
||||
World-Wide Web) </dd>
|
||||
</dl>
|
||||
<h2>Related papers</h2>
|
||||
<p>
|
||||
Kali Scheme is described in
|
||||
|
|
Loading…
Reference in New Issue