]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
edit description of Foolscap in relnotes.txt
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 00:43:06 +0000 (17:43 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 00:43:06 +0000 (17:43 -0700)
relnotes.txt

index 05e02706a33a4c12ae02d8423b14787649022fc4..bc356d3d0f45b67e148f7253192a87c37c67c6bd 100644 (file)
@@ -97,11 +97,11 @@ SOFTWARE ARCHITECTURE
 Tahoe is a "from the ground-up" rewrite, inspired by Allmydata's existing
 consumer backup service.  It is primarily written in Python.
 
-Tahoe is based on the Foolscap library [10] which provides a "translucent
-remote object protocol" inspired by the capability-secure "E" programming
-language [11].  Foolscap allows us to express the intended behavior of the
-distributed grid directly in object-oriented terms while relying on a
-well-engineered, secure transport layer.
+Tahoe is based on the Foolscap library [10] which provides a remote object
+protocol inspired by the capability-secure "E" programming language [11].
+Foolscap allows us to express the intended behavior of the distributed grid
+directly in object-oriented terms while relying on a well-engineered, secure
+transport layer.
 
 The underlying networking is provided by the Twisted library [12].
 Computationally intensive operations are performed in native compiled code,