Wisp: Whitespace-Lisp
=====================
(defun a (b c)
(let
((d e)
((f)
(g)))
(h i)
j)
becomes
defun a
let
: d e
: f
: g
h i
. j
Wisp: Whitespace-Lisp
=====================
(defun a (b c)
(let
((d e)
((f)
(g)))
(h i)
j)
becomes
defun a
let
: d e
: f
: g
h i
. j