diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -41,12 +41,6 @@ changes. In fact, the multimedia-oriented scripting language JavaFX provides just such a kind of limited dataflow mechanism. -## Acknowledgments - -This work was inspired by Kenny Tilton's Cells library, which extends -the Common Lisp Object System with dataflow features. - - ## Usage This is a header-only library. Simply put all the `.hpp` files @@ -86,6 +80,12 @@ use of an observed cell and return a dummy value: }); +## Acknowledgments + +This work was inspired by Kenny Tilton's Cells library, which extends +the Common Lisp Object System with dataflow features. + + ## License Copyright 2012, Matthias Andreas Benkard. |