On Fri, Oct 10, 2014 at 11:50 AM, Thorsten Jolitz <tjol...@gmail.com> wrote: > Aaron Ecay <aarone...@gmail.com> writes: > > Hi Rainer, > >> 2014ko urriak 10an, Rainer M Krug-ek idatzi zuen: >>> It looks like this - but I am always shocked by the number of brackets >>> in lisp. >> >> It’s a bit of an adjustment. If you get into any serious lisp coding, >> check out paredit – it forces you to always have balanced brackets in >> the file, thus avoiding a whole class of silly but hard-to-spot mistakes >> on lines ending with and avalanche of ))))) >> >> <http://www.emacswiki.org/emacs/ParEdit> > > if you are less into bondage&submission, smartparens.el is another option, > it *helps* to have balanced brackets w/o breaking your will ;-)
It is more about ease-of-coding them B&D. =turn-on-smartparens-strict-mode= add years to ones life to allow for more hacking. Seriously.