diff options
author | Eduardo Julian | 2022-08-26 14:46:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-26 14:46:05 -0400 |
commit | c9940d292035e3de89ea6e49628136e79436d409 (patch) | |
tree | 5445e9f016ea1743712643bef92bd9d996b109b2 /documentation | |
parent | 3f010de748ffccf304c4be09863f77d4020d610d (diff) |
Added support for behavioral programming.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/concurrency/behavioral_programming.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/bookmark/concurrency/behavioral_programming.md b/documentation/bookmark/concurrency/behavioral_programming.md new file mode 100644 index 000000000..56069ae56 --- /dev/null +++ b/documentation/bookmark/concurrency/behavioral_programming.md @@ -0,0 +1,11 @@ +# Reference + +0. []() +0. [behavioral: Behavioral Programming for JavaScript](https://github.com/lmatteis/behavioral) +0. [Behavioral Programming](https://lmatteis.github.io/react-behavioral/) +0. [Append only development with React — Luca Matteis](https://www.youtube.com/watch?v=cXuvCMG21Ss) +0. [Behavioral Programming](https://www.wisdom.weizmann.ac.il/~harel/papers/Behavioral%20programming.pdf) +0. [Behavioral Programming: Weaving threads into programs](https://www.wisdom.weizmann.ac.il/~bprogram/) +0. [Behavioral Programming](https://jeremywsherman.com/blog/2012/07/23/behavioral-programming/) +0. [Behavioral Programming](https://cacm.acm.org/magazines/2012/7/151241-behavioral-programming/fulltext) + |