Haskell Life With Repa Part 2: Parsing Framework
filed in Software Development on Dec.08, 2012
In the last post, we built a simulator for Conway’s Life in Haskell using repa and OpenGL. The initial life pattern in that implementation was hard coded. In this post, I’ll build a framework for parsing patterns from files.




