1. Robert, about Sequence Comparison
Hello.
I was just wondering if you ever considered having a separte set of
operators for sequence comparison.
i'd like that a lot better than using compare() to compare sequences all the
time.
Maybe an operator like $= to compare sequences ?
or take a piece out of Perl and use "eq" and "ne" ?
I was also thinking that that'd be faster.
Thanks for listening, Ian Smith.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
2. Re: Robert, about Sequence Comparison
The following already exists.
if equal(s1, s2) then
end if
Lucius L. Hilley III
lhilley at cdc.net
+----------+--------------+--------------+
| Hollow | ICQ: 9638898 | AIM: LLHIII |
| Horse +--------------+--------------+
| Software | http://www.cdc.net/~lhilley |
+----------+-----------------------------+
> ---------------------- Information from the mail
header -----------------------
> Sender: Euphoria Programming for MS-DOS
<EUPHORIA at LISTSERV.MUOHIO.EDU>
> Poster: No Solution <solutionnone at HOTMAIL.COM>
> Subject: Robert, about Sequence Comparison
> --------------------------------------------------------------------------
-----
>
> Hello.
>
> I was just wondering if you ever considered having a separte set of
> operators for sequence comparison.
>
> i'd like that a lot better than using compare() to compare sequences all
the
> time.
>
> Maybe an operator like $= to compare sequences ?
> or take a piece out of Perl and use "eq" and "ne" ?
>
> I was also thinking that that'd be faster.
>
> Thanks for listening, Ian Smith.
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
3. Re: Robert, about Sequence Comparison
- Posted by No Solution <solutionnone at HOTMAIL.COM>
Apr 24, 2000
-
Last edited Apr 25, 2000
>
>The following already exists.
>
> if equal(s1, s2) then
> end if
>
> Lucius L. Hilley III
> lhilley at cdc.net
Yeah, but you're still using a routine to compare sequences, i'm thinking
about operators.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com