Re: [Cython] Supporting cython.operator in C

2016-06-01 Thread Robert Bradshaw
On Wed, Jun 1, 2016 at 1:56 PM, Jeroen Demeyer wrote: > On 2016-05-31 20:35, Robert Bradshaw wrote: >> >> I can't think of any fundamental reason these couldn't be implemented >> in C, but there's really no need to do so as they can't be overridden >> in C. > > > Well, for the comma operator there

Re: [Cython] Supporting cython.operator in C

2016-06-01 Thread Jeroen Demeyer
On 2016-05-31 20:35, Robert Bradshaw wrote: I can't think of any fundamental reason these couldn't be implemented in C, but there's really no need to do so as they can't be overridden in C. Well, for the comma operator there might be no reason. However, it would be nice if one could generate a