[sympy] Operator precedence

2009-05-10 Thread Alan Bromborsky
General Question - Is there any general purpose computer language that allows operator overloading where you can change the precedence of the overloaded operators? Is there any CAS (special purpose language) where you can redefine operator precedence for user defined types. --~--~-~

[sympy] Re: Operator precedence

2009-05-10 Thread Robert Kern
On Sun, May 10, 2009 at 08:51, Alan Bromborsky wrote: > > General Question - > > Is there any general purpose computer language that allows operator > overloading where you can change the precedence of the overloaded operators? Probably, but certainly none of the reasonably popular ones. You cou

[sympy] Re: Operator precedence

2009-05-10 Thread Fredrik Johansson
On Sun, May 10, 2009 at 3:51 PM, Alan Bromborsky wrote: > > General Question - > > Is there any general purpose computer language that allows operator > overloading where you can change the precedence of the overloaded operators? > > Is there any CAS (special purpose language) where you can redef

[sympy] Sphinx Documentation

2009-05-10 Thread Alan Bromborsky
In rst for python-sphinx how do declare bold colored text. I have a warning in my documentation that I really want to set off! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, s

[sympy] Re: Sphinx Documentation

2009-05-10 Thread Priit Laes
Ühel kenal päeval, P, 2009-05-10 kell 18:42, kirjutas Alan Bromborsky: > In rst for python-sphinx how do declare bold colored text. I have a > warning in my documentation that I really want to set off! **Here be bold text** http://sphinx.pocoo.org/rest.html#inline-markup Of course, there's al