[slime-devel] Re: clisp patch: use loopback interface only

Marco Baringer mb at bese.it
Fri Apr 20 12:31:23 UTC 2007


"Hoehle, Joerg-Cyril" <Joerg-Cyril.Hoehle at t-systems.com> writes:

>   (defimplementation create-socket (host port)
> !   (if ;;(member :interface (ext:arglist #'socket:socket-server))
> !       (string>= (lisp-implementation-version) "2.39") ; bogus in
> 2.37-38
> !     (socket:socket-server port :interface host) ; available since
> 2005-12-19
> !     (socket:socket-server port)))

is there not a nicer way to check for this?

-- 
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
	-Leonard Cohen




More information about the slime-devel mailing list