Re: Tcl faster than Perl/Python...but only with tricks...
- From: Uwe Klein <uwe_klein_habertwedt@xxxxxxxxxxx>
- Date: Sun, 31 Dec 2006 13:25:34 +0100
slebetman@xxxxxxxxx wrote:
.................
Then I would like to have "pushable" stream modules.
set fd [ open InputFile r ]
chan $fd popall
chan $fd push regexp_filter
OR
Would a variable with "lazy content" be possible in tcl?
set fd [ open InputFile r ]
chan $fd mapto content_of_file_var
puts [join [regexp -all -inline -linestop -nocase {.*destroy.*\n} $content_of_file_var ]
{}]
uwe
.
- References:
- Tcl faster than Perl/Python...but only with tricks...
- From: Stephan Kuhagen
- Re: Tcl faster than Perl/Python...but only with tricks...
- From: Earl Greida
- Re: Tcl faster than Perl/Python...but only with tricks...
- From: Stephan Kuhagen
- Re: Tcl faster than Perl/Python...but only with tricks...
- From: slebetman@xxxxxxxxx
- Tcl faster than Perl/Python...but only with tricks...
- Prev by Date: Re: Tcl faster than Perl/Python...but only with tricks...
- Next by Date: Re: Tcl faster than Perl/Python...but only with tricks...
- Previous by thread: Re: Tcl faster than Perl/Python...but only with tricks...
- Next by thread: Re: Tcl faster than Perl/Python...but only with tricks... [Idea?]
- Index(es):