cyclone/examples/game-of-life
Justin Ethier f0bf9fc1d4 Issue #412 - Handle all cond-expand's
This change allows libraries to expand properly when cond-expand contains multiple sub-expressions. Previously it only worked properly if the sub-expressions were begin's.
2020-09-27 22:12:28 -04:00
..
example Issue #412 - Handle all cond-expand's 2020-09-27 22:12:28 -04:00
life.scm Cleanup 2016-10-11 03:19:31 -04:00
Makefile Generalized 2016-04-01 00:30:51 -04:00
README.md Initial file 2016-04-21 00:01:23 -04:00

This is the game of life example program from R7RS.