Lisp Programming Question: Download Lisp Programming PDF

How we have two Lisp processes communicate via unix sockets?

Tweet Share WhatsApp

Answer:

CLX uses Unix sockets to communicate with the X window server. Look at
the following files from the CLX distribution for a good example of
using Unix sockets from Lisp:
defsystem.lisp Lucid, AKCL, IBCL, CMU.
socket.c, sockcl.lisp AKCL, IBCL
excldep.lisp Franz Allegro CL
You will need the "socket.o" files which come with Lucid and Allegro.
To obtain CLX

Download Lisp Programming PDF Read All 19 Lisp Programming Questions
Previous QuestionNext Question
Explain What is the "minimal" set of primitives needed for a Lisp interpreter?Explain the purpose of this newsgroup?