Hi,
I'm working on a portable sockets library called usocket (see http://common-lisp.net/project/usocket/). It currently supports 9 common lisp implementations. In order to achieve true portability, I'd like to support Corman too.
While I can implement most of the usocket API with the socket.lisp file (by Chris Double) I found on the 'net, it doesn't support streams of non-character element types. Could you help me with the required code/hints to support this type of streams?
Thank you very much in advance!
bye,
Erik Huelsmann usocket initiator / main developer