Re: suggestion sequence section
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 08, 2003
- 467 views
Kat, nothing is set in concrete yet. We have been discussing things in detail. In the next day or so I'll be introducing another discussion topic - namingly run time evaluation of code that is in strings or files. Other topic still to be discussed include GOTO, Labels, Case statements, and many others. We are building (slowly) a language specification. From that, we hope to encourage people to create implementations of the language. ---------------- cheers, Derek Parnell ----- Original Message ----- From: <gertie at visionsix.com> To: "EUforum" <EUforum at topica.com> Sent: Saturday, February 08, 2003 10:19 AM Subject: Re: suggestion sequence section > > On 7 Feb 2003, at 17:34, jbrown1050 at hotpop.com wrote: > > > > > On Fri, Feb 07, 2003 at 03:53:57PM -0600, C. K. Lester wrote: > > > > > > > s = "abcdefgh" > > > > x = "1..2" > > > > ? s[x] > > > > > > > > This only borders on string execution. > > > > > > I'm sure there's a reason, so I want to know why you can't go: > > > > > > s = "abcdefgh" > > > x = 1 > > > y = 2 > > > ?s[x..y] > > > > > > or use an eXtractSequence function: > > > > > > s = "abcdefgh" > > > x = "1..2" > > > ? es( s, x ) > > > > > > where x can be an object... you'll just have to parse it out, which won't be > > > too difficult. > > > > > > I think the results you want can be obtained, but maybe not the way you want > > > to obtain them...? > > > > Or you can do what I did and write a parser to convert all s[x] to es(s, x), if > > you must have that syntax. > > > > Or, if you really want it in the interpreter, ask for it in the openeu mailing > > list, as it seems unlikely that RC will add such new inovative things in the > > mainstream interpreter. > > I un-subbed from that list months ago, nothing i suggested was acceptable. I > can get all the rejection i need here, thanks. > > Kat > > > > TOPICA - Start your own email discussion group. FREE! >