Compare commits

...

5 Commits

Author SHA1 Message Date
Lassi Kortela 5f5c31ab2a Edit "What is" section 2022-08-03 20:15:39 +03:00
Lassi Kortela 4b9973c431 Swap the order of two sections 2022-08-03 20:14:18 +03:00
Lassi Kortela 02246f2aab Fix heading level 2022-08-03 20:13:35 +03:00
Lassi Kortela fe56d8c0d7 Set charset to UTF-8 2022-08-03 20:13:06 +03:00
Lassi Kortela 8981315aca Change <dl> to <ul> 2022-08-03 20:12:41 +03:00
1 changed files with 29 additions and 30 deletions

View File

@ -1,28 +1,15 @@
<!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=ISO-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Kali Scheme Revival</title>
</head>
<body>
<h1>Kali Scheme Revival</h1>
<p><b>Kali Scheme</b> is a project started around 1995 by the Software
Systems group at the NEC Research Institute. It is based
<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
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
@ -41,20 +28,32 @@ object
the applications and implementation techniques we have looked at using
Kali Scheme include: </p>
<p></p>
<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
<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
messages over wide-area networks (e.g. the
World-Wide Web) </dd>
</dl>
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>
<h2>Related papers</h2>
<p>
Kali Scheme is described in