Conway's Game of Life: Difference between revisions

Line 3,673:
=={{header|Julia}}==
{{works with|julia|0.3.5}}
 
Using the '''CellularAutomata''' package: https://github.com/natj/CellularAutomata.jl
 
<lang julia>julia> Pkg.add("CellularAutomata")
INFO: Installing CellularAutomata v0.1.2
Anonymous user