Replace with Kali Scheme Revival web page
http://community.schemewiki.org/kali-scheme/
This commit is contained in:
		
							parent
							
								
									f76f49f3c4
								
							
						
					
					
						commit
						304bda0a1f
					
				
							
								
								
									
										113
									
								
								www/index.html
								
								
								
								
							
							
						
						
									
										113
									
								
								www/index.html
								
								
								
								
							| 
						 | 
					@ -1,9 +1,30 @@
 | 
				
			||||||
 | 
					<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 | 
				
			||||||
<html>
 | 
					<html>
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
<title>Kali Scheme</title>
 | 
					  <meta http-equiv="Content-Type"
 | 
				
			||||||
 | 
					 content="text/html; charset=ISO-8859-1">
 | 
				
			||||||
 | 
					  <base href="/Kali-Scheme-Revival.html">
 | 
				
			||||||
 | 
					  <title>Kali Scheme Revival</title>
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<h1>Kali Scheme</h1>
 | 
					<h1>Kali Scheme Revival</h1>
 | 
				
			||||||
 | 
					<p>
 | 
				
			||||||
 | 
					Kali Scheme is currently an abandoned? project started by Nec Research
 | 
				
			||||||
 | 
					Institute.
 | 
				
			||||||
 | 
					It is based upon <a href="http://s48.org/">Scheme
 | 
				
			||||||
 | 
					48</a> . Currently the active
 | 
				
			||||||
 | 
					development branch can be found at the
 | 
				
			||||||
 | 
					arch repository. At this time it is recommened for you to use the
 | 
				
			||||||
 | 
					stable version in the tarball.  If you would
 | 
				
			||||||
 | 
					like to contribute contact me at zitterbewegung (at) gmail (dot) com or
 | 
				
			||||||
 | 
					on <a href="http://freenode.org">freenode</a>
 | 
				
			||||||
 | 
					in #scheme.<br>
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
 | 
					<p>(Note the rest of this website
 | 
				
			||||||
 | 
					is copied from a cache of kali
 | 
				
			||||||
 | 
					scheme's website)
 | 
				
			||||||
 | 
					</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
 | 
				
			||||||
| 
						 | 
					@ -12,43 +33,61 @@ facilities within a higher-order programming language engenders a
 | 
				
			||||||
number of new abstractions and paradigms for distributed computing.
 | 
					number of new abstractions and paradigms for distributed computing.
 | 
				
			||||||
Among these are user-specified load-balancing and migration policies
 | 
					Among these are user-specified load-balancing and migration policies
 | 
				
			||||||
for threads, incrementally-linked distributed computations, and
 | 
					for threads, incrementally-linked distributed computations, and
 | 
				
			||||||
parameterized client-server applications.  
 | 
					parameterized client-server applications. Kali Scheme supports
 | 
				
			||||||
 | 
					concurrency and communication using first-class
 | 
				
			||||||
Kali Scheme supports concurrency and communication using first-class
 | 
					procedures and continuations. It integrates procedures and
 | 
				
			||||||
procedures and continuations.  It integrates procedures and continuations
 | 
					continuations
 | 
				
			||||||
into a message-based distributed framework that allows any Scheme object
 | 
					into a message-based distributed framework that allows any Scheme
 | 
				
			||||||
 | 
					object
 | 
				
			||||||
(including code vectors) to be sent and received in a message. Some of
 | 
					(including code vectors) to be sent and received in a message. Some of
 | 
				
			||||||
the applications and implementation techniques we have looked at using
 | 
					the applications and implementation techniques we have looked at using
 | 
				
			||||||
Kali Scheme include: 
 | 
					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
 | 
				
			||||||
 | 
					messages over wide-area networks (e.g. the
 | 
				
			||||||
 | 
					World-Wide Web) </dd>
 | 
				
			||||||
 | 
					</dl>
 | 
				
			||||||
 | 
					<h2>Related papers</h2>
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
<DD> User-level load balancing and migration.
 | 
					 | 
				
			||||||
<DD> Incremental distributed linking of code objects.
 | 
					 | 
				
			||||||
<DD> Parameterized client-server applications.
 | 
					 | 
				
			||||||
<DD> Long-lived parallel computations.
 | 
					 | 
				
			||||||
<DD> Distributed data mining.
 | 
					 | 
				
			||||||
<DD> Executable content in messages over wide-area networks 
 | 
					 | 
				
			||||||
(e.g. the World-Wide Web)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<H2>Related papers</H2>
 | 
					 | 
				
			||||||
Kali Scheme is described in
 | 
					Kali Scheme is described in
 | 
				
			||||||
<A HREF="ftp://ftp.nj.nec.com/pub/pls/toplas95.ps">
 | 
					<a href="http://citeseer.ist.psu.edu/cejtin95higherorder.html">Higher-Order
 | 
				
			||||||
Higher-Order Distributed Objects
 | 
					Distributed Objects
 | 
				
			||||||
</A>,
 | 
					</a>,
 | 
				
			||||||
ACM Transactions on Programming Languages and Systems, September 1995.
 | 
					ACM Transactions on Programming Languages and Systems, September 1995.
 | 
				
			||||||
<p>
 | 
					</p>
 | 
				
			||||||
Papers on Kali Scheme and related
 | 
					<p>Papers on Kali Scheme and
 | 
				
			||||||
topics can be found <A HREF="ftp://ftp.nj.nec.com/pub/pls"> here</A>.
 | 
					related
 | 
				
			||||||
</body> </html>
 | 
					topics can be found <a
 | 
				
			||||||
 | 
					 href="http://fifalde.merseene.nu/pub/kali/papers/">
 | 
				
			||||||
<H2>Availability</H2>
 | 
					here</a>. (Note
 | 
				
			||||||
Kali is (finally) ftp-able.
 | 
					this link is broken. I can't find this part of the website.)
 | 
				
			||||||
Click
 | 
					</p>
 | 
				
			||||||
<A HREF="ftp://ftp.nj.nec.com/pub/pls/kali-0.47.tar.gz">
 | 
					<h2>Availability</h2>
 | 
				
			||||||
here
 | 
					<p>The current release of Kali can
 | 
				
			||||||
</A>
 | 
					be downloaded via HTTP at</p>
 | 
				
			||||||
to get a tar'd gzip'd distribution.
 | 
					<p> <a
 | 
				
			||||||
 | 
					 href="http://community.schemewiki.org/releases/kali-0.52.2.tar.gz">http://community.schemewiki.org/releases/kali-0.52.2.tar.gz</a><br>
 | 
				
			||||||
<p>
 | 
					</p>
 | 
				
			||||||
<H2>A depiction of the goddess Kali</H2>
 | 
					<h2>A depiction of the goddess Kali</h2>
 | 
				
			||||||
<img src="Kali.gif">
 | 
					<img src="Kali.png" alt="picture of kali">
 | 
				
			||||||
 | 
					<p> <a href="http://validator.w3.org/check?uri=referer"><img
 | 
				
			||||||
 | 
					 src="../../../../../Users/r2q2/Sites/KaliNepal1920.jpg" alt=""></a><a
 | 
				
			||||||
 | 
					 href="http://validator.w3.org/check?uri=referer"><br>
 | 
				
			||||||
 | 
					</a></p>
 | 
				
			||||||
 | 
					<p><a href="http://validator.w3.org/check?uri=referer"><img
 | 
				
			||||||
 | 
					 src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"
 | 
				
			||||||
 | 
					 border="0" height="31" width="88"></a></p>
 | 
				
			||||||
 | 
					<p></p>
 | 
				
			||||||
 | 
					<p></p>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue