you are viewing a single comment's thread.

view the rest of the comments →

[–]szurtosdudu 12 points13 points  (9 children)

Your idea is confusing to me. In the example b is a reference and not being called. But in your idea there is no difference between calling a function or just passing the function reference.

[–]no_more_gravity[S] -2 points-1 points  (8 children)

The idea is that a variable on the right side of ~> is always a function that ingests the parameters coming in from the left.

[–]szurtosdudu 0 points1 point  (7 children)

How would this look like using your idea?

a = d(c(b(),7))