1. SEQUENCES ?
- Posted by Bernie Ryan <bwryan at PCOM.NET> Mar 31, 1999
- 504 views
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 ??
2. Re: SEQUENCES ?
- Posted by Roderick Jackson <rjackson at CSIWEB.COM> Mar 31, 1999
- 504 views
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 ??
3. Re: SEQUENCES ?
- Posted by Raude Riwal <rauder at THMULTI.COM> Apr 01, 1999
- 517 views
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 sexylink: 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 ??
4. Re: SEQUENCES ?
- Posted by Bernie Ryan <bwryan at PCOM.NET> Apr 01, 1999
- 513 views
Thanks It looks like TCL's list is simalar to Euphoria sequence but harder to use. Bernie
5. Re: SEQUENCES ?
- Posted by Raude Riwal <rauder at THMULTI.COM> Apr 01, 1999
- 519 views
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