Summary
- Language attempts to provide expression of inherent parallelism
- Avoid things that prevent parallelism (hard failures)
- Many areas for parallelism in Perl 6:
- hyperoperators
- junctions
- feeds
- hyper, race
- async
- event streams
- signal handlers
- Rakudo now appearing on more VMs with threading possibilities
- Need exploration in general