hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Introduce an FRP structure #74

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

FRP may or may not be a good idea, but should be tested. Some benefits we hope for are

  1. easier management of multiple characters
  2. easier management of concurrent updates
hgeorgsch commented 2 years ago

Not sure we want to go this way after all. We have found that we can keep many TVar objects in an STM.