Re: Protocol Usage

2012-04-11 Thread tmountain
Thanks for the illuminating response. You've given me a lot to look into here, and I really appreciate the feedback! On Tuesday, April 10, 2012 5:37:20 PM UTC-4, Nick Vaidyanathan wrote: > > As I understand it, Protocols are intended to basically do what Interfaces > do in Java: define a contrac

Re: Protocol Usage

2012-04-10 Thread Lead Visionary
As I understand it, Protocols are intended to basically do what Interfaces do in Java: define a contract whereby clients can reasonably expect certain operations to be defined, irregardless of what they actually do. shameless opinion: this is a powerful and sexy sexy sexy language feature that sho