Live data from Hacker News

Paredit mnemonics for slurping and barfing Lisp symbolic expressions

susam.net

11–17 of 17 posts

Re: Paredit mnemonics for slurping and barfing Lisp symbolic expressions

#11

Try smartparens. It's a successor to paredit and works for other languages as well. I have never coded (and navigated code) faster than in Clojure on Emacs w/ smartparens.

Also try Lispy (only for lisps). Works just like SP and Paredit except most commands require a single unmodified key press, but can only be used when point precedes or follows a delimiter or text is selected. Feels like magic.

Re: Paredit mnemonics for slurping and barfing Lisp symbolic expressions

#14

Try smartparens. It's a successor to paredit and works for other languages as well. I have never coded (and navigated code) faster than in Clojure on Emacs w/ smartparens.

For Lisps I prefer parinfer. It just works, no need to learn any new shortcuts.
Post reply on HN