Typed-fsm can also be implemented in zig! Although it is not as safe as Haskell in zig, it still has good type safety guarantees by relying on some code standards.
Typed-fsm can also be implemented in zig! Although it is not as safe as Haskell in zig, it still has good type safety guarantees by relying on some code standards.
Added more introductionļ¼
Compare the differences between zig implementation and haskell implementation!