X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=unix-lisp.post;h=232df27d2141e2b003337ad04de944228eafbc54;hb=HEAD;hp=8bb702d2b4c591a0a5f7fd042a7a77025c5f0f99;hpb=9c723728db83978960cbb27b49b87f9e332475cd;p=blog.git diff --git a/unix-lisp.post b/unix-lisp.post index 8bb702d..232df27 100644 --- a/unix-lisp.post +++ b/unix-lisp.post @@ -1,7 +1,7 @@ ;;;;; 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 ;;;;; @@ -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. -# +# 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