[racket] editing racket code effectively
On 2011-11-15 17:33:55 -0800, David Vanderson wrote:
> I always seem to be fighting to make sure the parens are balanced,
> both in DrRacket and Vim.
For vim, there are plugins that add paren-based editing. One example is
Slimv (which does a lot more but contains a paredit script):
http://www.vim.org/scripts/script.php?script_id=2531
Another alternative is to try a vim emulation mode for emacs (along with
paredit.el). I've found one that emulates enough features (even Ex
commands and obscure commands like C-k in insert mode) to replace vim
for my own use:
https://gitorious.org/evil/pages/Home
Cheers,
Asumu