Re: [Vala] Operator overloading

2009-03-27 Thread James Livingston
On 27/03/2009, at 9:24 AM, Maciej Piechotka wrote: i * j = k -j * i = k k/i = j or -j? Do you mean left-divide or right-divide? In the first equation you are left-multiplying by i, the latter you are right-multiplying by i. "k / i" is ambiguous as to which it means. http://en.wikipedia.o

Re: [Vala] Port Tomboy?

2009-06-29 Thread James Livingston
On 28/06/2009, at 1:57 AM, Jiří Zárevúcky wrote: Wrapped native code is generally slower and more difficult to work with then a pure CIL implementation. The library in question would be more likely to exist in two separately maintained versions. There are several good reasons to convert to na