Next: , Previous: , Up: SEL Coding Standards   [Contents][Index]


D.1 Use the compiler(s)

All code should compile without warning in both SBCL and CCL. Files may easily be compiled from within Emacs by running M-x slime-compile-file (which is typically bound to C-c M-k). These warnings are often useful and catch type errors and outright mistakes that can easily slip through testing. This will also ensure portability.