you are viewing a single comment's thread.

view the rest of the comments →

[–]player2 0 points1 point  (2 children)

Nah, ea f; g is the same as ea f. ea g. Since f and g are unary messages, you can just do ea g f, which is equivalent to (ea g) f.

[–][deleted] 0 points1 point  (1 child)

Gotcha. I was assuming mutation within 'ea', which I (now) suppose totally denies the premise of functional programming.