Xref: utzoo comp.sys.hp:3586 comp.lang.lisp:2474 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!brunix!doorknob!kgk From: kgk@cs.brown.edu (Keiji Kanazawa) Newsgroups: comp.sys.hp,comp.lang.lisp Subject: Re: Does HP/Lucid Common Lisp support pipes/sockets? Message-ID: Date: 29 Nov 89 15:26:42 GMT References: <1989Nov28.224043.13541@athena.mit.edu> Sender: news@brunix.UUCP Reply-To: kgk@cs.brown.edu (Keiji Kanazawa) Organization: Brown University Department of Computer Science Lines: 17 In-reply-to: chekmate@athena.mit.edu's message of 28 Nov 89 22:40:43 GMT Adam Kao writes: Hello, I am trying to get a Lisp process and a C process to communicate with each other. I would like to use pipes or sockets but I don't know if the Lisp I'm using can handle that and I don't know where to look. As long as the lisp has a foreign function interface for C objects and libraries, you should be able to use sockets or pipes. I don't know about HP's lisp in particular, but it shouldn't take more than a page of C and a couple of lisp functions to have lisp and C talking through a socket. However, that's just I/O we're talking about. It may take some effort to make error handling work right and so on. Keiji Kanazawa kgk@cs.brown.edu