[e-cvs] cvs commit: e/doc related.html
markm@eros.cs.jhu.edu
markm@eros.cs.jhu.edu
Tue, 14 Aug 2001 00:07:38 -0400
markm 01/08/14 00:07:38
Modified: doc related.html
Log:
fixed Mozart link. Thanks Robin Powell
Revision Changes Path
1.33 +4 -4 e/doc/related.html
Index: related.html
===================================================================
RCS file: /cvs/e/doc/related.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- related.html 2001/07/25 20:53:41 1.32
+++ related.html 2001/08/14 04:07:38 1.33
@@ -108,10 +108,10 @@
<p><a href="http://www.erlang.org">Erlang</a> is now open source. Like E,
it <a href="http://www.eros-os.org/%7Emajordomo/e-lang/1308.html">seems</a>
it has both capability-security roots and logic programming roots.</p>
- <p><a href="http://www.sics.se/isl/coord/">Mozart</a> and E are related
- in an astonishing number of ways. They have Flat Concurrent Prolog as
- a common ancestor. Mozart has been pursuing an apparently similar course
- regarding concurrency, <i>semi</i>-transparent distribution, and partial-failure
+ <p><a href="http://www.mozart-oz.org/">Mozart</a> and E are related in an
+ astonishing number of ways. They have Flat Concurrent Prolog as a common
+ ancestor. Mozart has been pursuing an apparently similar course regarding
+ concurrency, <i>semi</i>-transparent distribution, and partial-failure
handling. Recently, the Mozart folks have been exploring <i>secure</i>
distributed computing based on the same premise as E: The <a href="http://www.mozart-oz.org/documentation/tutorial/node1.html#label1">recognition</a>
that object references in our underlying formalism already have capability-nature.