We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Talk:CLooP

From Esolang
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)