FW: Re: Strict Relational Operators

doodad-js Admin doodadjs at gmail.com
Fri Apr 14 21:33:12 UTC 2017


I prefer the idea of keyword operators, like :

 

a lt 1 // strict < 1

a lte 1 // strict <=1

a gt 1 // strict > 1

a gte 1 // strict >= 1

...

 

That’s easier to understand and memorize.

 

From: Dawid Szlachta [mailto:dawidmj.szlachta at gmail.com] 
Sent: Friday, April 14, 2017 5:12 AM
To: Jordan Harband <ljharb at gmail.com <mailto:ljharb at gmail.com> >
Cc: es-discuss <es-discuss at mozilla.org <mailto:es-discuss at mozilla.org> >
Subject: Re: Re: Strict Relational Operators

 

[...]

 

The =@=@= operator is probably easier to add and won't break the web. Also, some basic pattern matching for functions would be useful and time saving feature:

 

[...]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20170414/082b18c0/attachment.html>


More information about the es-discuss mailing list