I want four special new comparison operators.
Firstly,
" e q "
That is, an operator that ignores any leading, any trailing, and treats
all intraspace as equivalent. If the embedded space is confusing, I may
consider suggesting an operator modifier, "/ ".
Secondly,
Eq,
which operates only the so-called dictionary order, that is,
ignoring all non-alphabetic characters (and case). I will possibly
also want Cmp which will sort "foo200" before "foo1000".
Thirdly, I want
==/R
which will know that "v" is equal to 5, I need to keep my lists of Popes
in good order.
Fourthly, I want
eq/multinlingual
since I simply need to have
"jouluaatto" eq "Christmas Eve"
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen
- Re: RFC 143 (v1) Case ignoring eq and cmp operators Nathan Torkington
- Upscope (was Re: RFC 143) John Porter
- Re: RFC 143 (v1) Case ignoring eq and cmp opera... Bryan C . Warnock
- Re: RFC 143 (v1) Case ignoring eq and cmp opera... David L. Nicol
- Re: RFC 143 (v1) Case ignoring eq and cmp o... Nathan Torkington
- Re: RFC 143 (v1) Case ignoring eq and cmp operators Tom Christiansen
- Re: RFC 143 (v1) Case ignoring eq and cmp operators Dan Sugalski
- Re: RFC 143 (v1) Case ignoring eq and cmp opera... Tom Christiansen
- Re: RFC 143 (v1) Case ignoring eq and cmp o... Dan Sugalski
- Re: RFC 143 (v1) Case ignoring eq and c... Nathan Torkington
- Re: RFC 143 (v1) Case ignoring eq and cmp operators Jarkko Hietaniemi
- Re: RFC 143 (v1) Case ignoring eq and cmp opera... Glenn Linderman
- infix functions David L. Nicol
- Re: RFC 143 (v1) Case ignoring eq and cmp operators Markus Peter
- Re: RFC 143 (v1) Case ignoring eq and cmp opera... Tom Christiansen
- Re: RFC 143 (v1) Case ignoring eq and cmp opera... John Porter
- Re: RFC 143 (v1) Case ignoring eq and cmp operators Bart Lateur
- Re: RFC 143 (v1) Case ignoring eq and cmp operators Jarkko Hietaniemi
- Re: RFC 143 (v1) Case ignoring eq and cmp operators John Porter
- Re: RFC 143 (v1) Case ignoring eq and cmp operators David L. Nicol
