Re: Adding Unicode operators to D [use cases]

2008-10-28 Thread Sergey Gromov
Don wrote: If you could completely ignore keyboard and display issues, and use any unicode character as an operator, which ones would you actually use? I'd use dot ⋅ and cross × products for 3D, union ∪ and intersection ∩, subset ⊂ and superset ⊃ and their negative forms. I don't think I'd use

Re: Adding Unicode operators to D [use cases]

2008-10-28 Thread bearophile
Sergey Gromov: I'd use dot ⋅ and cross × products for 3D, union ∪ and intersection ∩, subset ⊂ and superset ⊃ and their negative forms. I don't think I'd use anything else. I just want to note that the whole thread is almost unreadable on the digitalmars.com/webnews/, because it

Re: Adding Unicode operators to D [use cases]

2008-10-28 Thread Bill Baxter
On Wed, Oct 29, 2008 at 4:12 AM, Andrei Alexandrescu [EMAIL PROTECTED] wrote: Sergey Gromov wrote: Don wrote: If you could completely ignore keyboard and display issues, and use any unicode character as an operator, which ones would you actually use? I'd use dot ⋅ and cross × products for