I am a student currently learning about Functional Reactive paradigm using F#. It\'s radically new viewpoint for me. Yesterday I learned about creating a simple ping-pong game u
Elm is a modern FRP implementation. For modelling dynamic collections which are ubiquitous in games such as Space Invaders, it contains an Automaton library based on the concepts of arrowized FRP. You should definitely check it out.