Talk:CLooP
Jump to navigation
Jump to search
implementing a #hyper pforeach
The description for pforeach
specifies that "the statements can be executed in parallel" (emphasis mine). So a #hyper
dialect could be implemented by using a finite pool of threads to service loop iterations. Since you're not allowed to have interactions between pforeach
threads anyway, this should be indistinguishable. The only catch is that some programs won't halt anymore.
Presumably this wasn't the author's intent, but nit-picking is fun! --GreyKnight (talk) 18:04, 21 May 2014 (UTC)