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


D.8 Portability

All code should be portable across at least SBCL and CCL. Any code which is specific to a particular implementation must be protected by #+impl guards.