Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.lisp > #61010
| From | steve g <Sgonedes1977@gmail.com> |
|---|---|
| Newsgroups | comp.lang.lisp |
| Subject | Re: Connecting stream filters in CL |
| References | <8qgkeq9n.fsf@null.invalid> |
| Date | 2026-06-22 15:50 -0400 |
| Message-ID | <877bnqjqwq.fsf@gmail.com> (permalink) |
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 | Next — Previous in thread | Find similar | Unroll 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