Hello, 

> PEC is similar to React library but there are some different points.
> 
> - PEC's update cycle is separated from sending events.
> You can send a value to event during update cycle.


What's the semantics if you send two different values to an event during an 
update cycle ? 
 
> - PEC doesn't hold any pointer(including weak one) to event until the
> event will be subscribed.


I'm not sure how that's different from react. If an event has no dependents (by 
which I understand your "subscribed"), react doesn't hold any pointer either. 
 
> - All PEC's signal are switchable. 'switch' means you can replace dependency
> of a signal keeping signals depends on the signal unchanged.


How is that different from react's E.switch/S.switch ? 

Best,

Daniel



-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to