I've been looking for an emacs Arc mode, but only found an old arc-mode.el created for archive processing. Does anyone have an emacs Arc mode? Failing that, which is best: lisp-mode or scheme-mode?
I've taken a stab at syntax highlighting based on scheme.el: http://zardoz.net/arc.el. Rudimentary so far, but gets most of the definition and control keywords.
The "add-to-list" line for some reason is not enough to automatically activate the arc-mode for *.arc files, although I can activate it manually by doing M-x arc-mode.
By adding a variation of your snippet to my .emacs, I got arc-mode to activate automatically:
How about Arc support in Vim? I seem to recall reading that Paul Graham uses Vim, so I imagine he probably has some tools specific to Arc using Vim in his developer toolbox.
I'll see if I can't hack something together using lisp- or scheme-mode with redefined keywords over the weekend. That is, unless someone beats me to it.