]> git.jsancho.org Git - gacela.git/commit
Functions to merge systems, using a linear way or using threads
authorJavier Sancho <jsf@jsancho.org>
Wed, 21 Aug 2013 06:15:09 +0000 (08:15 +0200)
committerJavier Sancho <jsf@jsancho.org>
Wed, 21 Aug 2013 06:15:09 +0000 (08:15 +0200)
commit0f49b8fac5821694a2db6f88b95423e5ad8aa719
treea42ff095bb24494bddc883577886c555226a54c2
parentc4ba277c7f9d23516926693b48e704ff3ea5e8f9
Functions to merge systems, using a linear way or using threads

* src/system.scm: join-systems
                  threaded-systems

* src/test.scm: merge functions testing
src/system.scm
src/test.scm