I'm curious how those of you working on Lisp web apps have set up your
dev environments. For awhile, mine was pretty straightforward --
using SLIME and Emacs, and just reloading a given file after making
changes to it. (Of course I'll eventually start compiling.) However
in the future I'm going to have several people working on it and would
like to use git and some homebrewed scripts to make the process a bit
more structured. Does anyone here have experience with such
projects/think this is generally a sane practice?
Thanks,
-Scott