1. SEQUENCES ?

Euphoria is the first computer language that I have run into that uses
the sequence. Are their any other languages out their that also use
sequences ??

new topic     » topic index » view message » categorize

2. Re: SEQUENCES ?

About the closest I've seen is Lisp, which uses lists as the primary data
structure.


Rod Jackson

----------
From:   Bernie Ryan[SMTP:bwryan at PCOM.NET]
Sent:   Wednesday, March 31, 1999 12:34 PM
To:     EUPHORIA at LISTSERV.MUOHIO.EDU
Subject:        SEQUENCES ?

Euphoria is the first computer language that I have run into that uses
the sequence. Are their any other languages out their that also use
sequences ??

new topic     » goto parent     » topic index » view message » categorize

3. Re: SEQUENCES ?

tcl (and the tk extension) uses only strings and lists. lists are just
like euphorias sequences, and you can convert from/to strings.
you can write rather compact code. not sure it is so readable as
euphoria, but it's somehow fun and sexy smile

link: http://www.scriptics.com

Riwal Raude
rauder at thmulti.com
 ----------
From: Bernie Ryan
To: EUPHORIA at LISTSERV.MUOHIO.EDU
Subject: SEQUENCES ?
Date: Wednesday 31 March 1999 20:34

Euphoria is the first computer language that I have run into that uses
the sequence. Are their any other languages out their that also use
sequences ??

new topic     » goto parent     » topic index » view message » categorize

4. Re: SEQUENCES ?

Thanks

It looks like TCL's list is simalar to Euphoria sequence but
harder to use.

Bernie

new topic     » goto parent     » topic index » view message » categorize

5. Re: SEQUENCES ?

the other thing is that tcl exists for most platforms, so that we can use
it at work, on winNT and Sun Sparcstations.
 ----------
From: Bernie Ryan
To: EUPHORIA at LISTSERV.MUOHIO.EDU
Subject: Re: SEQUENCES ?
Date: Thursday 1 April 1999 17:01

Thanks

It looks like TCL's list is simalar to Euphoria sequence but
harder to use.

Bernie

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu