←back to thread

115 points goless | 2 comments | | HN request time: 0.421s | source
Show context
goless ◴[] No.44351819[source]
Hi everyone, I developed an interesting library Polystate: Composable Finite State Machines

Since I only have experience in haskell and zig, I'm curious if there are other languages or libraries with similar implementations?

replies(6): >>44351895 #>>44352068 #>>44352576 #>>44352757 #>>44353562 #>>44353893 #
1. ur-whale ◴[] No.44353562[source]
> Hi everyone, I developed an interesting library Polystate

A short blurb on the github explaining what applications this may have and how you would use it to solve problems would be very helpful.

replies(1): >>44361766 #
2. goless ◴[] No.44361766[source]
In fact, I have introduced this in detail here. It is a kind of finite state machine programming, and everything that FSM can solve is suitable for it.