Re: [swift-corelibs-dev] NSSortDescriptor implementation

2017-01-16 Thread Kenny Leung via swift-corelibs-dev
I don’t think it’s possible to implement NSSortDescriptor without KeyValueCoding, which is not possible with the current Swift. -Kenny > On Jan 13, 2017, at 9:31 AM, Sergej Jaskiewicz via swift-corelibs-dev > wrote: > > Hello, Swift community. > > I would like to participate in implementing

Re: [swift-corelibs-dev] Need of inputs for NSExpression

2017-01-16 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hi Tony, I have a question. >> Some of it is pretty tricky to implement without the dynamic behavior of ObjC though.I guess you were referring to something like "NSExpression(format:"FUNCTION(4.2, 'factorial')")" where `factorial` is a function defined on an extension of NSNumber. Now, this transla