Link Search Menu Expand Document

FRP in NextFlow

The Channel class used by NextFlow, itself based on the DataFlow Programming Model can in fact be regarded as an implementation of a Functional Reactive Programming library. Having said that, NextFlow allows one to mix functional and imperative programming to the point that a developer is able to shoot its own foot.

Furthermore, Channels can not be nested which complicates certain operations on the streams.