On Thursday, 29 September 2016 at 18:07:37 UTC, Russel Winder wrote:
On Thu, 2016-09-29 at 10:52 -0700, Walter Bright via Digitalmars-d wrote:
On 9/29/2016 9:41 AM, Sai wrote:
> > If I understand the issue correctly, one will not be able to
> overload <=, >, etc
> for symbolic math, like CAS (mimicking mathematica for > example),
> how can I do it
> now?


    a.isLessThan(b)

How wonderfully Java.

Personally, I'm amused because this implies the prospect of:

  a.isGreaterThanOrEqualTo(b)

I mean, there is an acceptable level of verbosity. This is not it.

Reply via email to