yary wrote:
> though would a parallel batch of an anonymous block be more naturally written
> as
> all(0...10) -> $x { ... } # Spawn 11 threads
No,
hyper for 0..10 -> $x { ... } # spawn as many threads
# as the compiler thinks are reasonable
I think one (already specced) syntax for the same thing is enough,
especially considering that hyper operators also do the same job.
Cheers,
Moritz
