Compare commits
5 Commits
a6bf52dc29
...
5f5c31ab2a
Author | SHA1 | Date |
---|---|---|
|
5f5c31ab2a | |
|
4b9973c431 | |
|
02246f2aab | |
|
fe56d8c0d7 | |
|
8981315aca |
|
@ -1,28 +1,15 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type"
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
content="text/html; charset=ISO-8859-1">
|
|
||||||
<title>Kali Scheme Revival</title>
|
<title>Kali Scheme Revival</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Kali Scheme Revival</h1>
|
<h1>Kali Scheme Revival</h1>
|
||||||
<p><b>Kali Scheme</b> is a project started around 1995 by the Software
|
<h2>What is Kali Scheme?</h2>
|
||||||
Systems group at the NEC Research Institute. It is based
|
<p>The <b>Kali Scheme</b> project was 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>
|
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>
|
<p>
|
||||||
Kali Scheme is a distributed implementation of Scheme that permits
|
Kali Scheme is a distributed implementation of Scheme that permits
|
||||||
efficient transmission of higher-order objects such as closures and
|
efficient transmission of higher-order objects such as closures and
|
||||||
|
@ -41,20 +28,32 @@ object
|
||||||
the applications and implementation techniques we have looked at using
|
the applications and implementation techniques we have looked at using
|
||||||
Kali Scheme include: </p>
|
Kali Scheme include: </p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<dl>
|
<ul>
|
||||||
<dd> User-level load balancing
|
<li> User-level load balancing
|
||||||
and migration. </dd>
|
and migration. </li>
|
||||||
<dd> Incremental distributed
|
<li> Incremental distributed
|
||||||
linking of code objects. </dd>
|
linking of code objects. </li>
|
||||||
<dd> Parameterized client-server
|
<li> Parameterized client-server
|
||||||
applications. </dd>
|
applications. </li>
|
||||||
<dd> Long-lived parallel
|
<li> Long-lived parallel
|
||||||
computations. </dd>
|
computations. </li>
|
||||||
<dd> Distributed data mining. </dd>
|
<li> Distributed data mining. </li>
|
||||||
<dd> Executable content in
|
<li> Executable content in
|
||||||
messages over wide-area networks (e.g. the
|
messages over wide-area networks (e.g. the
|
||||||
World-Wide Web) </dd>
|
World-Wide Web) </li>
|
||||||
</dl>
|
</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>
|
||||||
<h2>Related papers</h2>
|
<h2>Related papers</h2>
|
||||||
<p>
|
<p>
|
||||||
Kali Scheme is described in
|
Kali Scheme is described in
|
||||||
|
|
Loading…
Reference in New Issue