Talk:Programming language shootout: mandelbrot
From Gambit wiki
(Difference between revisions)
Pipping (Talk | contribs)
(New page: The invocation should probably be gsi -:m10000 mandelbrot 3000 > output.pbm instead of gsi mandelbrot -:m10000 3000 > output.pbm since the latter passes -:m10000 to main() instead ...)
Newer edit →
(New page: The invocation should probably be gsi -:m10000 mandelbrot 3000 > output.pbm instead of gsi mandelbrot -:m10000 3000 > output.pbm since the latter passes -:m10000 to main() instead ...)
Newer edit →
Revision as of 03:38, 3 September 2008
The invocation should probably be
gsi -:m10000 mandelbrot 3000 > output.pbm
instead of
gsi mandelbrot -:m10000 3000 > output.pbm
since the latter passes -:m10000 to main() instead of gsi, yielding
*** ERROR -- Wrong number of arguments passed to procedure (main "-:m10000" "3000")
Pipping 23:38, 2 September 2008 (EDT)