Re: Computer language shootout
Kenneth Rhodes wrote:
>
> Linux:
>
> nsieve.ex:50
> m has not been declared
> printf(1, "Primes up to %8d %8d\n", {m, NSieve(10000 * power(2, n))})
>
> I didn't see any other problems. Thanks for implementing the shootout
> in Euphoria.
Fixed it. I had eliminated m as a global variable, but forgot to re-declare it
as a local. A few other minor bugs came up as well, mainly attention to details.
Let me know if there are any other problems.
--
"Any programming problem can be solved by adding a level of indirection."
--anonymous
"Any performance problem can be solved by removing a level of indirection."
--M. Haertel
j.
|
Not Categorized, Please Help
|
|