The SNOBOL4 list was accidentally disabled at Dakota State University. This is a test to see if it's back up. Mark -- ... Mark B. Emmer Voice:...
Mark Emmer
marke@...
Jun 15, 1999 12:41 am
1520
Looks good to me, Mark. (BTW: If you're going to be around for a while, I've still got this Spitbol program with some weird behavior that we need to try to...
gep2@...
Jun 15, 1999 12:53 am
1521
... - Yup! 8^> Mike - Mike Radow <---> mradow@......
Mike Radow
mradow@...
Jun 15, 1999 12:54 am
1522
This is a multi-part message in MIME format. ... Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Nope... doesn't work here......
Gregg Ney
renais-ney.evanston@...
Jun 15, 1999 1:22 am
1523
All works out well Burkhard...
Burkhard Meissner
meissner@...
Jun 15, 1999 9:38 am
1524
Would someone explain the various parameters of the SAVE() function in SNOBOLP. The following section of code seems to work... ... ...
Logan C. Kinnison
lckinni@...
Jun 16, 1999 4:20 am
1525
Accident? Disabled? Strange... -M ... Marc Sundermeyer Technical Support Professional Gateway 2000, Inc. http://www.gateway.com/ ... Free web-based email,...
Marc Sundermeyer
marc_sundermeyer@...
Jun 16, 1999 10:16 am
1526
... SNOBOLP. ... The only parameter to save() is the unit number of an open file, as you have shown above. The trick is that save() returns the null string...
Mark Emmer
marke@...
Jun 16, 1999 12:25 pm
1527
Dear Gentlepersons, The following is my feeble attempt to come up with a Spitbol function to read a line of input from a file, no matter what platform it...
Paul Kilpatrick
paul.kilpatrick@...
Jun 23, 1999 5:33 pm
1528
... a line of input from a file, no matter what platform it originated on (well, actually, DOS/Windows, Mac, or Unix). Is there a better way (read: faster ...
gep2@...
Jun 23, 1999 5:46 pm
1529
... Ah. Well, the problem occurs mainly when trying to read mac files on a unix box. According to the default on the unix box, the file is one line long, which...
Paul Kilpatrick
paul.kilpatrick@...
Jun 23, 1999 7:19 pm
1530
Paul, Your approach seems to work. A completely different approach would be to do it in two steps: 1. open the file for binary input, scan to determine the...
Mark Emmer
marke@...
Jun 23, 1999 7:45 pm
1531
Hi Mark! Hmm. I'll have to look at writing an open-close-open routine, but I know that for some of the stuff I work with (PostScript files from various apps)...
Paul Kilpatrick
paul.kilpatrick@...
Jun 23, 1999 8:24 pm
1532
... box. According to the default on the unix box, the file is one line long, which means that you get whatever the default line length is (4096 bytes comes to...
gep2@...
Jun 23, 1999 8:24 pm
1533
- On Wed, 23 Jun 1999, Paul Kilpatrick wrote: ...snipped... ... - Ulp! Sounds like _that_ innovator should be grounded, his mechanical pencil-rights cancelled,...
Mike Radow
mradow@...
Jun 24, 1999 4:10 am
1534
- This is posted only as "fyi", _not_ to start a REBOL thread: Tnx! We've found REBOL useful in many "Internet-yanking" applications. REBOL has unusual...
Mike Radow
mradow@...
Jul 2, 1999 7:15 pm
1535
- Most S4-users / S4LS-readers likely know about PHP, already. For those who don't: It is a popular server-side HTML-generator and "language". The following is...
Mike Radow
mradow@...
Jul 12, 1999 2:58 pm
1536
--=====================_27003428==_.ALT Content-Type: text/plain; charset="us-ascii" I've used SPitbol as a server-side html web page generator with both...
David Feustel
feustel@...
Jul 12, 1999 7:01 pm
1537
- On Mon, 12 Jul 1999, David Feustel wrote: - ... - David: Hi! Thanks for this pointer. PHP provides a wide variety of services, which aided in choosing it. ...
Mike Radow
mradow@...
Jul 12, 1999 7:58 pm
1538
- This has nothing to do with S4 except staying in touch with the S4LS... The following "trick" may be helpful to other readers of this list: For several...
Mike Radow
mradow@...
Jul 12, 1999 9:16 pm
1539
<html> At 02:30 PM 7/12/99 -0500, you wrote:<br> >-<br> >On Mon, 12 Jul 1999, David Feustel wrote:<br> >-<br> >> I've used SPitbol as a...
David Feustel
feustel@...
Jul 12, 1999 9:44 pm
1540
... I must use the same software, but with the last post I get the idea that it's David's software, because now the text has gone and you only get a sort of...
Ian Hutchesson
mc2499@...
Jul 12, 1999 10:31 pm
1541
That's because after Mike raised the issue, I sent the email as html only with no text. I figured since the incoming message had html, that the outgoing...
David Feustel
feustel@...
Jul 13, 1999 12:28 am
1542
I've written a small perl module implementing snobol style patterns for perl. it's available, along with an example program (translated from "The SNOBOL4...
Andru Luvisi
luvisi@...
Jul 15, 1999 1:00 am
1543
Hi, I'm Ron. I'm attempting to create a syntax checker in SNOBOL4+. I've got some code like: WHATEVER = YADAYADA FENCE ETC = ... FENCE BLAH = ... FENCE ...
Ron Newcomb
pscion@...
Jul 22, 1999 5:01 am
1544
... Howdy, Ron! ... ETC = ... FENCE BLAH = ... FENCE EXPRESSION = WHATEVER | ETC | BLAH ... those Fences, like "The WHATEVER pattern has matched.". After...
gep2@...
Jul 22, 1999 5:14 am
1545
... Gordon's solution is no doubt the more general one, but I notice that all your subpatterns end in a FENCE. Therefore, if one of your subpatterns succeeds...
Peter-Arno Coppen
P.A.Coppen@...
Jul 22, 1999 8:18 am
1546
- On Thu, 22 Jul 1999, Peter-Arno Coppen wrote: ...snipped... ... + ... - Pretty clever! I just ran this -- with some temporary side-effects -- to see what was...
Mike Radow
mradow@...
Jul 22, 1999 4:28 pm
1547
... Thanx; that worked perfectly! And thank you, too, Peter, even though I most certainly did need recursion. On the subject, I only have documentation for...
Ron Newcomb
pscion@...
Jul 23, 1999 4:50 am
1548
... even though I most certainly did need recursion. ... SNOBOL. Where can I download dox for 4+'s advanced features? It wasn't included in the ZIP containing...