Add post about the tumble log.
[blog.git] / unix-lisp.post
index 8bb702d..232df27 100644 (file)
@@ -1,7 +1,7 @@
 ;;;;;
 title: Lisp layered on Unix
 tags: lisp,unix,emacs
 ;;;;;
 title: Lisp layered on Unix
 tags: lisp,unix,emacs
-date: 2014-11-27 21:31:10
+date: 2014-11-27 21:21:10
 format: md
 ;;;;;
 
 format: md
 ;;;;;
 
@@ -29,7 +29,7 @@ completely correct, meaning that there are edge cases to consider.  The best is
 something as innocent as `ls | wc -l`, which will break, depending on the shell
 settings, with some (unlikely) characters in filenames, i.e. newlines.
 
 something as innocent as `ls | wc -l`, which will break, depending on the shell
 settings, with some (unlikely) characters in filenames, i.e. newlines.
 
-#
+# Common formats
 
 One of the problems is obviously that in order to pass around structured data,
 i.e. objects, all participants have to understand their format.  Passing
 
 One of the problems is obviously that in order to pass around structured data,
 i.e. objects, all participants have to understand their format.  Passing