From ... From: Erik Naggum Subject: Re: Does Common Lisp have a socket library? Date: 1998/02/11 Message-ID: <3096225027320318@naggum.no>#1/1 X-Deja-AN: 324248971 References: mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * Chang Cheng Chao | Hi, everyone, does Common Lisp have a socket library. If it does, how do | I import it? I need it to output data from Lisp to Java in order to | display it in a web-browser. Thanks for your help. which Common Lisp implementation do you use? for Allegro CL for Unix, you will find a socket library at ftp.franz.com in /pub/socket. the CLX sources come with a simple foreign function interface to socket code in C, and I expect all Lisp implementations to have CLX ported to them. this could be a start if you can't find a full-fledged library. #:Erik