changeset 757 | ea0be0662be0 |
parent 747 | 077fc2e5412c |
--- a/progs/while-compiler-arrays/compile_bfc.sc Tue Sep 15 23:13:45 2020 +0100 +++ b/progs/while-compiler-arrays/compile_bfc.sc Fri Sep 18 00:33:03 2020 +0100 @@ -292,7 +292,7 @@ @doc(" Mandelbrot set.") @main -def bfc4() = bf_run(read(pwd / "mandelbrot.bf"), "mand") +def bfc4() = bf_run(read(pwd / "mandelbrot.bf"), "mandelbrot") // this unfortunately hits the capacity of the JVM, even with optimisations