Update of /project/elephant/cvsroot/elephant In directory common-lisp.net:/tmp/cvs-serv29766
Modified Files: TUTORIAL Log Message: typos
Date: Sun Aug 29 09:45:10 2004 Author: blee
Index: elephant/TUTORIAL diff -u elephant/TUTORIAL:1.1 elephant/TUTORIAL:1.2 --- elephant/TUTORIAL:1.1 Fri Aug 27 19:30:25 2004 +++ elephant/TUTORIAL Sun Aug 29 09:45:09 2004 @@ -38,7 +38,7 @@ symbol conflicts, which are safe to ignore.
-------------------- -The Store controller +The Store Controller --------------------
To create a store controller, try @@ -117,7 +117,7 @@
Unfortunately Berekely DB doesn't understand Lisp, so Lisp data needs to be serialized to enter the database, -(e.g. converted to byte arrays), and deserialize on the way +(e.g. converted to byte arrays), and deserialized on the way out. This introduces some caveats:
1) Lisp identity can't be preserved. Since this is a store