Re: [Readable-discuss] Using readable with clojure
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: David A. W. <dwh...@dw...> - 2014-10-27 14:01:17
|
On Mon, 27 Oct 2014 08:55:55 -0400, John Cowan <co...@me...> wrote: > Well, indentation can model () or it can model []; it can't do both. > In CL or Scheme that doesn't matter, because [] is inessential. In > Clojure it's essential. I've been assuming that it'd model (). Interesting thought though. You can model many other things by creating a macro that passes the parameters through it. --- David A. Wheeler |