Subject: Re: q. on reading bytes from "BIDIRECTIONAL-TERMINAL-STREAM"
From: Erik Naggum <erik@naggum.net>
Date: 2000/08/25
Newsgroups: comp.lang.lisp
Message-ID: <3176196939254025@naggum.net>

* Lieven Marchand <mal@bewoner.dma.be>
| USER(39): (loop for c across *foo*
| 	        collect (code-char c))
| (#\# #\. #\n #\e #\w #\s #\r #\c #\- #\l ...)

  (map 'list #'char-code <sequence>)

#:Erik
-- 
  If this is not what you expected, please alter your expectations.