gerry - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
comp.lang.forth 449
comp.lang.fortran 309
uk.sport.football.clubs.celtic 99
free.it.religioni.scientology 85
italia.napoli.discussioni 68
perl.cpan.testers 43
alt.usenet.legends.lamey 36
comp.sys.mac.comm 32
gnu.emacs.help 31
nashville.general 31
Last week most active authors
No posts for a week
Last active threads
Re: Parsing text files with standard words
Started Gerry · Date: Sep 15, 2008 05:17 · 14 post(s)
PASS DBIx-Mysql-InformationSchema-0.04 i686-linux 2.6.24.3
Started Rick Myers · Date: Sep 19, 2008 21:01 · 1 post(s)
Seamus Shields Sean Dowd Connie Fitzpatrick http://www.charloteweb.com/divas/heidi-montag.html
Started a0000dhdfgsdfs · Date: Sep 18, 2008 05:24 · 1 post(s)
will not enter safe mode
Started Rich · Date: Sep 17, 2008 08:47 · 3 post(s)
will not enter safe mode
Started Rich · Date: Sep 17, 2008 08:47 · 3 post(s)
will not enter safe mode
Started Rich · Date: Sep 17, 2008 08:47 · 3 post(s)
A Second Cold War with Russia? Not Likely
Started Zaroc Stone · Date: Sep 15, 2008 06:26 · 16 post(s)
Re: Parsing text files with standard words
Started The Beez' · Date: Sep 15, 2008 04:44 · 2 post(s)
Re: Parsing text files with standard words
Started Gerry · Date: Sep 15, 2008 05:23 · 1 post(s)
PASS DBIx-Mysql-InformationSchema-0.04 i386-freebsd 6.1-release-p23
Started srezic · Date: Sep 11, 2008 08:05 · 1 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: Anton Ertl
Date: Sep 20, 2008 07:11

Gerry <gerry@jackson9000.fsnet.co.uk> writes: On 17 Sep, 21:32, an...@mips.complang.tuwien.ac.at (Anton Ertl) wrote: [>>Gerry] Well yes, but the point I tried to make was that the caller of EXECUTE-PARSING-FILE loses control until the word executed (xyz-helper in your example) has completed, whereupon the file is closed. So the caller cannot process the file itself...
Show full article (3.59Kb)
PASS DBIx-Mysql-InformationSchema-0.04 i686-linux 2.6.24.3
Group: perl.cpan.testers · Group Profile · Search for gerry in perl.cpan.testers
Author: Rick Myers
Date: Sep 19, 2008 21:01

This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/ -- Dear Gerry Lawrence, This is a computer-generated report for DBIx-Mysql-InformationSchema-0.04 on perl 5.8.8, created by CPAN-Reporter-1.17. Thank you for uploading your work to CPAN. Congratulations! All tests were successful. Sections of this report: * Tester ...
Show full article (6.01Kb)
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: David N. Williams
Date: Sep 19, 2008 04:21

Gerry wrote: [...] OK I'll work one up, but I would prefer to do it via a FILE- SOURCE proposal with EXECUTE-PARSING-FILE as a fall-back. Good! As a data point, the approach that I have followed has been to straightforwardly mimic the usual input stream words on a line file input stream with a file text input buffer and parse area and a file input stream stack. So, there are words like: LFSOURCE LFPARSE-AREA@ ...
Show full article (0.85Kb)
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: Josh Grams
Date: Sep 18, 2008 17:56

Gerry wrote: On 18 Sep, 12:26, Josh Grams <josh@qualdan.com> wrote: The sort of thing I was thinking of is exemplified in an XML file where use of an external style sheet can be specified. A cascaded style sheet has a totally different format to XML and is likely to be processed by different code. OK, but I still don't see how the choosing EXECUTE-PARSING-FILE instead of FILE-SOURCE affects the re-entrancy of anything. ...
Show full article (2.08Kb)
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: Gerry
Date: Sep 18, 2008 13:47

On 18 Sep, 21:11, coos <chfo...@hccnet.nl> wrote: Op Thu, 18 Sep 2008 12:55:58 -0700 (PDT) schreef Gerry: On 17 Sep, 21:32, an...@mips.complang.tuwien.ac.at (Anton Ertl) wrote: [...] Also it precludes a design where an application...-helper to do what you want. That is true. I'm not saying that such delegation is a bad idea, but I'd rather the system didn't dictate the design of my software. Gerry
Show full article (1.34Kb)
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: Gerry
Date: Sep 18, 2008 13:36

On 18 Sep, 12:26, Josh Grams <j...@qualdan.com> wrote: Gerry wrote: On 16 Sep, 02:13, Josh Grams <j...@qualdan.com> wrote: But...if you want to process a nested file, wouldn't the code need to be re-entrant ... agreement on EXECUTE-PARSING-FILE than FILE-SOURCE/CLOSE-SOURCE. You may be right, Anton Ertl has stated that he'd like to see an Rfd on the subject. I think I'll try writing one and perhaps we'll see. Gerry
Show full article (4.03Kb)
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: coos
Date: Sep 18, 2008 13:11

Op Thu, 18 Sep 2008 12:55:58 -0700 (PDT) schreef Gerry: On 17 Sep, 21:32, an...@mips.complang.tuwien.ac.at (Anton Ertl) wrote: [...] Also it precludes a design where an application opens a file source and then returns to whatever called it to parse and process the file. No. EXECUTE-PARSING-FILE takes a file-id, so your application would open the file, then pass the resultin file-id to its caller, which ...
Show full article (0.97Kb)
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: Gerry
Date: Sep 18, 2008 12:55

... is perceived as a problem by more than one person perhaps we should consider standardising a solution, if it was the EXECUTE-PARSING-FILE solution I would prefer a better name. I would love to see an RfD from you on this, and I'm sure that the naming issue will create a lot of discussion, as usual. OK I'll work one up, but I would prefer to do it via a FILE- SOURCE proposal with EXECUTE-PARSING-FILE as a fall-back. Gerry
Show full article (5.99Kb)
Seamus Shields Sean Dowd Connie Fitzpatrick http://www.charloteweb.com/divas/heidi-montag.html
Group: alt.romance.matureadult · Group Profile · Search for gerry in alt.romance.matureadult
Author: a0000dhdfgsdfs
Date: Sep 18, 2008 05:24

... O'Brannigan ... aka Prêt-à-Porter: Ready to Wear (Canada: English title) ... aka Ready to Wear Interview with the Vampire: The Vampire Chronicles (1994) .... Santiago ... aka Interview with the Vampire (USA: short title) Princess Caraboo (1994) .... Gutch Angie (1994) .... Noel Riordan Bad Behaviour (1993) .... Gerry McAllister "Saturday Night Live" .... Fergus (1 episode, 1993) ... aka NBC's Saturday Night (USA: first season title)
Show full article (28.93Kb)
Re: Parsing text files with standard words
Group: comp.lang.forth · Group Profile · Search for gerry in comp.lang.forth
Author: Josh Grams
Date: Sep 18, 2008 04:26

Gerry wrote: On 16 Sep, 02:13, Josh Grams <josh@qualdan.com> wrote: But...if you want to process a nested file, wouldn't the code need to be re-entrant even if you were using FILE-SOURCE/CLOSE-SOURCE? Not necessarily, we're discussing parsing and processing a file in a particular format. The nested file could be a part of that format, processed by a particular word called to deal with it after FILE-SOURCE was executed...
Show full article (2.70Kb)