Next: Submitting Patches, Previous: Packaging Guidelines, Up: Contributing [Contents][Index]
In general our code follows the GNU Coding Standards (see GNU Coding Standards). However, they do not say much about Scheme, so here are some additional rules.
| • Programming Paradigm | How to compose your elements. | |
| • Modules | Where to store your code? | |
| • Data Types and Pattern Matching | Implementing data structures. | |
| • Formatting Code | Writing conventions. |