This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Version 0.9.0
Updated how the run function handles state. 1. Previously a program's init was just an array assignment. Now its a function that returns a tuple of state and effect: init() { return [state, effect]} 2. Updated README to reflect changes. 3. Updated test for changes.