I was thinking about UNIX pipes and the obvious relationship to NR flows, as both are based on flow based programming.
Is there anything that converts NR flows to a UNIX pipes representation? It won't have to create anything that worked but more for educational purposes to demonstrate the relationship between the two.
I probably should be somewhat annoying here and point out that there is a 2nd type of pipe called a "named pipe" which creates an interprocess communications pipeline and works on Windows as well as UNIX and UNIX-like systems.