I love how smartparens lets me treat C as lisp and use paredit-style commands to move brackets. #emacs
miniblog.
Related Posts
Emacs tip of the day: try smartparens-strict-mode. It makes C-k keep brackets balanced! `foo(1, |bar(2))` press C-k and `foo(1, |)`. Nice!
ipython actually supports CoffeeScript-style function calls without brackets, e.g. `/range 0 10 2`. Not entirely sure why.
I'm intrigued by http://t.co/33KEa2nV SRFI-105 -- curly infix brackets in Scheme. All the Lisp goodness, but with infix notation optional.