Next: , Up: Coding Style   [Contents][Index]


22.5.1 Programming Paradigm

Scheme code in Guix is written in a purely functional style. One exception is code that involves input/output, and procedures that implement low-level concepts, such as the memoize procedure.