One-dimensional cellular automata: Difference between revisions

Content added Content deleted
Line 459: Line 459:
put the code above in a file named "life.ml", and then use it in the ocaml toplevel like this:
put the code above in a file named "life.ml", and then use it in the ocaml toplevel like this:


<pre style="height:36ex;overflow:scroll">
<pre style="height:48ex;overflow:scroll">
#use "life.ml" ;;
#use "life.ml" ;;