|
|
|
|
|
by nikofeyn
2458 days ago
|
|
i actually just did this in f# using the MailboxProcessor. it's beautiful. although, f# has had this since the beginning and is much cleaner being able to define the states and transitions using discriminated unions and having exhaustive pattern matching. |
|