[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dynamic vs. static typing
Michael Vanier <mvanier@cs.caltech.edu> writes:
> This reminds me of the interface concept in java, which has proven to be
> amazingly useful in that language. Have any dynamic typing enthusiasts
> thought of adding such a feature to their languages?
Well, there is 'protocols' for python, but that has a sligthly different bend.
http://peak.telecommunity.com/protocol_ref/module-protocols.html
'as