wisp
 
(Arne Babenhauserheide)
2014-07-14: Acknowledgments

Acknowledgments

diff --git a/docs/srfi.org b/docs/srfi.org
--- a/docs/srfi.org
+++ b/docs/srfi.org
@@ -78,11 +78,15 @@ Remember, even if a proposal becomes an 
 
 - Arne Babenhauserheide
 
+** Acknowledgments
+
+Thanks for lots of constructive discussions goes to Alan Manuel K. Gloria and David A. Wheeler.
+
 * Related SRFIs
 
 - SRFI-49 (Indentation-sensitive syntax): superceded by this SRFI, 
 - SRFI-110 (Sweet-expressions (t-expressions)): alternative to this SRFI,
-- SRFI-105 (neoteric expressions and curly infix): supported by treating curly braces like brackets and parens, and
+- SRFI-105 (neoteric expressions and curly infix): supported in this SRFI by treating curly braces like brackets and parens.
 - SRFI-30 (Nested Multi-line comments): complex interaction. Should be avoided at the beginning of lines, because it can make the indentation hard to distinguish for humans. SRFI-110 includes them, so there might be value in adding them. The wisp reference implementation does not treat them specially, though, which might create arbitrary complications.
 
 * Rationale