Next: Data Types and Pattern Matching, Up: Coding Style [Contents][Index]
Scheme code in Dezyne is written in a purely functional style. One exception is code that involves input/output, and procedures that implement low-level concepts, such as memoization.