Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Version 0.9.0

Compare
Choose a tag to compare
@rbiggs rbiggs released this 04 Nov 00:11
· 143 commits to master since this release
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.