Actions

Talk

Programming language shootout: mandelbrot

From Gambit wiki

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)

Absolutely right, fixed.