[Prev][Next][Index][Thread]
Re: Mac OS X presents an opportunity for Dylan
Both Fun-Dev and GD support C callbacks, which can be called from Objective-C code.
I don't knwo how you'd extend an Objective-C class from a Dylan class, but in either direction I'd imagine the Bridge pattern woudl be useful
- Rob.
On Friday, December 1, 2000, at 04:43 AM, Raffael Cavallaro wrote:
> In other words, it's a lot easier going from Dylan's generic functions and
> multiple inheritance to Objective-C's single inheritance and message passing
> (which is really just OO with all methods specializing on their first
> argument only - the selector) than the other way round.