Re: Mixing text and binary data
- From: Duane Rettig <duane@xxxxxxxxx>
- Date: Fri, 29 Feb 2008 12:08:14 -0800
nicolas.edel@xxxxxxxxx writes:
I would like to read/write both text and binary data on sockets and
(*stdandard-input* *standard-output*). Are there idioms in Lisp to
mix text and binary ?
You already got two answers on this thread. Another is to use
"simple-streams", which is available in Allegro CL, as well as some of
the free lisps (CMUCL, at least). Documentation starts here:
http://www.franz.com/support/documentation/current/doc/streams.htm
--
Duane Rettig duane@xxxxxxxxx Franz Inc. http://www.franz.com/
555 12th St., Suite 1450 http://www.555citycenter.com/
Oakland, Ca. 94607 Phone: (510) 452-2000; Fax: (510) 452-0182
.
- Follow-Ups:
- Re: Mixing text and binary data
- From: nicolas . edel
- Re: Mixing text and binary data
- References:
- Mixing text and binary data
- From: nicolas . edel
- Mixing text and binary data
- Prev by Date: Re: Pocket Reference for Common Lisp
- Next by Date: Re: Vancouver Lisp Users Group meeting for February 2008 - Doing Evil Things with CL
- Previous by thread: Re: Mixing text and binary data
- Next by thread: Re: Mixing text and binary data
- Index(es):
Relevant Pages
|