Open dthain opened 3 years ago
Some ideas:
We can do a brute-force algorithm for some known number, such as pi by probability:
https://mste.illinois.edu/activity/buffon/
Each task does the same thing, and then we collect everything in a final task.
The current example WQ program (gzip some files) isn't an ideal example to show to new users. It's simple, which is good, but doesn't represent a typical use of WQ. And it has strange ergonomics in that the user must provide some extra files to compress.
Let's think of a better example application. It should have the following properties:
Suggestions?