Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.lisp > #61010

Re: Connecting stream filters in CL

Path csiph.com!weretis.net!feeder9.news.weretis.net!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-4.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date Mon, 22 Jun 2026 19:50:35 +0000
From steve g <Sgonedes1977@gmail.com>
Newsgroups comp.lang.lisp
Subject Re: Connecting stream filters in CL
References <8qgkeq9n.fsf@null.invalid>
Date Mon, 22 Jun 2026 15:50:29 -0400
Message-ID <877bnqjqwq.fsf@gmail.com> (permalink)
User-Agent Gnus/5.13 (Gnus v5.13)
Cancel-Lock sha1:xdnbuaYnV9Xm4WgAnmSSBAvCNRk=
MIME-Version 1.0
Content-Type text/plain
Lines 14
X-Usenet-Provider http://www.giganews.com
X-Trace sv3-LZi4Q5IGj82crQD5s0DVRpQEPQwh446RWFRYiKUYh3jiqQAgjZ/dQIroSCmgXVMMcyFgBjtTE4l7DhJ!qpActnCkIc3vCAwpvvqTr3/5TZi4aNR6Z5g103h8gzhjAN4=
X-Complaints-To abuse@giganews.com
X-DMCA-Notifications http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info Otherwise we will be unable to process your complaint properly
X-Postfilter 1.3.40
Xref csiph.com comp.lang.lisp:61010

Show key headers only | View raw


luxhalitus <luxhalitus@null.invalid> writes:

> I'm currently prototyping a system of multiple interconnected string
> filters and am wondering what the best practices are regarding the
> Common Lisp streams API.

check out simple streams, gray streams, or simple streams.

A very simple soution is to call your program and the out output as a
single file; then suckit up with lisp read. using 

sb-ext:run-program

 this is not the most elegant solution but it works very easily.

Back to comp.lang.lisp | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Connecting stream filters in CL luxhalitus <luxhalitus@null.invalid> - 2025-11-05 10:18 +0000
  Re: Connecting stream filters in CL steve g <sgonedes1977@gmail.com> - 2026-06-08 12:33 -0400
  Re: Connecting stream filters in CL steve g <Sgonedes1977@gmail.com> - 2026-06-22 15:50 -0400

csiph-web