On Sat, Jul 20, 2013 at 12:06 PM, Ash Moran <[email protected]>wrote:

>
> I'm struggling to form a sentence with it. "Bus, send this message" sounds
> more natural to me than, "Bus, tell this message"
>

with bus do
  tell kettle, :turn_on
  tell teapot, :add_leaves
  tell kitchen, :wake_ash_for_tea_frenzy
end

or even

with bus do
  ->(kettle) { turn_on }
  # ...
end

I can see some semantics in the mist around kettle receiving a has_boiled
message and pouring water into the teapot.

/me needs to get out more

cheers

Francis

-- 
You received this message because you are subscribed to the Google Groups 
"NWRUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nwrug-members.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to