Simple Game of Life simulation implemented while learning Haskell.
Compiled:
$ ghc -dynamic Main.hs
$ ./Main
Interpreted:
$ runghc Main.hs
Interpreted (the long way that I did):
$ ghci Main.hs
> main
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple Game of Life simulation implemented while learning Haskell.
Compiled:
$ ghc -dynamic Main.hs
$ ./Main
Interpreted:
$ runghc Main.hs
Interpreted (the long way that I did):
$ ghci Main.hs
> main