]> git.jsancho.org Git - gacela.git/commit
New way for returning results from systems
authorJavier Sancho <jsf@jsancho.org>
Tue, 14 Jan 2014 17:58:39 +0000 (18:58 +0100)
committerJavier Sancho <jsf@jsancho.org>
Tue, 14 Jan 2014 17:58:39 +0000 (18:58 +0100)
commit405b60cfd27f00e8dda02e19abe09bf7990bfbc2
tree9ab6b9fdb2bf1794eca5ee0cddde8443671359bd
parent8864bc71fcf9fd551bdb417a1b22655a9097dd30
New way for returning results from systems

* src/system: New type entities-changes that encapsulates entities
              modifications. A system that only does I/O operations
              doesn't must to return an entities-changes object.

* src/examples/composing-systems.scm: Updated example

* src/examples/making-systems.scm: Updated example
src/examples/composing-systems.scm
src/examples/making-systems.scm
src/system.scm