Library exampleThe game of life example program life.scm shows how a program can be divided into libraries plus a relatively small main program [16].
Note when developing a library, the file containing the For example, a library defined as
(define-library (example grid)
would need to be saved in a file with the directory location and name
example/grid.sld
|