wisp
 
(Arne Babenhauserheide)
2014-01-27: why-wisp: summaries.

why-wisp: summaries.

diff --git a/docs/why-wisp.org b/docs/why-wisp.org
--- a/docs/why-wisp.org
+++ b/docs/why-wisp.org
@@ -71,7 +71,7 @@
 - /€ and ¥ escape your existing filters/
 
 
-* Summary
+* Summary: Current Lisp
 
 1. Lisp syntax uses the *most common* non-letter, non-math characters.
 2. The *first and last characters* are important for text-recognition.
@@ -154,6 +154,14 @@ myfunction
 
 /Also the problems of SRFI-49 are preserved/
 
+* Summary: Why wisp?
+
+/Wisp is the minimal, elegant indentation syntax for arbitrary trees./
+
+** SRFI-49 cannot continue an argument list.
+** SRFI-110 breaks elegance 1: use common characters.
+
+
 * Wisp syntax 1/4: function calls
 
 ** Indentation
@@ -235,7 +243,7 @@ becomes
 #+END_SRC
  
 
-* Wisp syntax justification
+* Summary: Wisp syntax justification
 
 #+html: <small>
 http://draketo.de/light/english/wisp-lisp-indentation-preprocessor#sec-4