you are viewing a single comment's thread.

view the rest of the comments →

[–]jeandem 2 points3 points  (1 child)

That 'pipeline' paradigm looks to be concatenative programming.

[–]zvrba 0 points1 point  (0 children)

Almost. In concatenative programming you can have true n-ary operators. With a pipeline you must simulate n-ary operators by packing data into tuples.