foo.scm -> foo.c -> foo.o1
this is cool, except I keep track of stuff with git, and I like "git status" to be clean
The foo.o1 files don't bother me (I have a "*.o*" in .gitignore -- but i'm a bit hesistant to put a *.c into my .gitignore)
thanks!