#how to reactive programing in zig?

1 messages · Page 1 of 1 (latest)

steady meadow
#

Hello everyone, I would like to use the observable pattern like this lib https://reactivex.io/ but I would like to know if in zig have an alternative or a implementation.

lament bloom
#

Functional
Async error handling
zig doesnt really have the means to support functional programming, and async is regressed rn