TicTacToe game simulator implemented by using Joinads(http://tomasp.net/blog/joinads-async-prog.aspx). Game logic in this snippet was simplified so nicely by using Joinads. You can run this snippet on Try Joinads (http://tryjoinads.org/).
4 people like thisPosted: 12 years ago by nagat01
Joinads example from here https://github.com/tpetricek/FSharp.Joinads/blob/master/README.markdown translated to Hopac. No language extension needed, the code is equally compact and arguably more readable.
2 people like thisPosted: 9 years ago by Vasily Kirichenko
This is "Parallel tree processing" example from http://tryjoinads.org/ ported straitforwardly to Hopac.
3 people like thisPosted: 9 years ago by Vasily Kirichenko
A simple and declarative solution based on Joinads.
5 people like thisPosted: 12 years ago by Nick Palladinos
https://github.com/tpetricek/FSharp.Joinads/blob/master/src/Joins/Samples.fs#L60 ported to Hopac.
1 people like thisPosted: 9 years ago by Vasily Kirichenko