Re: Stream filtering Module/Language needed



Colin von Heuring wrote:
I'm looking for an elegant and (semi-) reliable language or module for filtering text streams. The 2 major features I'm looking for are multiplexing (input stream can be converted into several output streams) and syntactic simplicity.

Any leads would be much appreciated.

I have one, but its presently alpha quality. Also, it handles streams of hash references, but I'm seriously considering to change that to handle streams of scalars.

What kind of processing is it for?

Send a mail to michael@xxxxxxxxxx and I'll send you an introduction.

Regards,

Michael.
.



Relevant Pages

  • Re: io buffer
    ... the input and output streams are buffered completely separately. ... cout (which correspond to the operating system's "standard input" and ... flushing cout has nothing at all to do with cin. ...
    (alt.comp.lang.learn.c-cpp)
  • Re: java program in java GUI
    ... The parent process uses these streams to feed input to and get output from the subprocess. ... Because some native platforms only provide limited buffer size for standard input and output streams, failure to promptly write the input stream or read the output stream of the subprocess may cause the subprocess to block, and even deadlock. ...
    (comp.lang.java.gui)
  • Re: sb-ext:run-program
    ... BUFFERING::FULL. ... (which is usually the default for streams going to a terminal). ... Unlike output streams with:BUFFERING:LINE, output streams with ... I'm generally a C programmer, ...
    (comp.lang.lisp)