Monday, December 12, 2011

Having fun with Functional Reactive Animation

This week I finished reading through the parts of "The Haskell School of Expression" that are relevant to FRP. In summary, it is a good introduction to the topic, with many examples and detailed explanations.
Now I am about to start studying the implementation of Fran, an early FRP library described in this book. I also plan to get my hands dirty and finally start writing some FRP code!

//Adam