|
|
|
|
|
by snprbob86
5404 days ago
|
|
My experience with Lisp is minimal, and I'm a Vim guy, so I may be totally wrong about this, but... Doen't nearly all serious Lisp developers use Emacs? And doesn't Emacs have piles of shortcuts for wrapping/unwrapping/manipulating s-expressions? I'd imagine that the resulting number of parens is wildly different than the number originally typed. Can any experienced Lispers comment on this? Where can I find a cheat sheet of such shortcuts? |
|
I don't think Paredit isn't included in Emacs, but here's the relavent page on the Emacs Wiki: http://www.emacswiki.org/emacs/ParEdit and here's a cheatsheet: http://www.emacswiki.org/emacs/PareditCheatsheet
There's also something similar for Vim, or at least something bundled with slimv, which is more than just Paredit (supporting something like SLIME) http://www.vim.org/scripts/script.php?script_id=2531