chiark / gitweb /
STYLE: Minor tweakery.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 21 Oct 2015 23:46:28 +0000 (00:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 17 Nov 2015 17:00:01 +0000 (17:00 +0000)
STYLE

diff --git a/STYLE b/STYLE
index ae8fd1b362bc5075c86d48c8790c83b5a2ec91e8..c1386151101ec77a58cf8e7ecfda1b0d4f1759bc 100644 (file)
--- a/STYLE
+++ b/STYLE
@@ -4,10 +4,16 @@ Notes on Lisp style
 
 None of ANSI Common Lisp is off-limits.
 
+I think my Lisp style is rather more imperative in flavour than most
+modern Lisp programmers.  It's probably closer to historical Lisp
+practice in that regard, even though I wasn't writing Lisp back then.
+
 I make extensive use of CLOS, and macros.  On a couple of occasions I've
 made macros which use CLOS generic function dispatch to compute their
 expansions.  The parser language is probably the best example of this in
-the codebase.  I like hairy ~format~ strings.
+the codebase.
+
+I like hairy ~format~ strings.
 
 I've avoided hairy ~loop~ for the most part, not because I dislike it
 strongly but because others do and I don't find that it wins big enough