You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Komodo should be redesigned to follow Functional Programming principles of immutability. The whole game is instead represented as a state object that is always reproducible. This facilitates features such as replays and message passing, while also generally improving the developer experience.
The text was updated successfully, but these errors were encountered:
Komodo should be redesigned to follow Functional Programming principles of immutability. The whole game is instead represented as a state object that is always reproducible. This facilitates features such as replays and message passing, while also generally improving the developer experience.
The text was updated successfully, but these errors were encountered: