Conway's Game of Life: Difference between revisions

m
Line 10,134:
iteration bd2 bd1 width height
done</lang>
Compile with: <pre>opam install graphics && ocamlopt -o life -I $(ocamlfind query graphics) graphics.cmxa life.ml</pre> and run with <pre>./life acorn 250 250</pre> If you run the blinker it will probably blink too fast to see unless you choose a large grid size.
 
 
=={{header|OCTAVE}}==