This repository contains the source code for three simple Game of Life implementation in Haskell. The purpose of this project was to learn more about writing fast Haskell code working with arrays and displaying the results using OpenGL.
First version using Data.Array and GLUT
Second version using Data.Vector and GLFW-b
Third parallelized version (Async, Repa, LLVM backend, C++ & pthread reference)