Re: [stack] Sieve of Eratosthenes

"William Tanksley, Jr" <[email protected]> Fri, 9 Dec 2011 07:57:45 -0800
Newsgroups gmane.comp.lang.concatenative
Message-ID <CAFTBfO7f1jqanYMO4ULogB2ar9wwU1SqJXSWaWom+=uBJJV=zQ@mail.gmail.com>
A message-passing multiprocess Joy would be interesting indeed.

I know of two innately multiprocessing concatenative languages,
Enchilada and Ripple. Both depend on multiprocessing behavior
(although I'm not sure that either one currently USES multiple
processes or threads). Ripple is the more extensively developed of the
two; Enchilada is a research project.

-Wm