From: R. Matthew Emerson
Subject: whois(1) in lisp
Date: 
Message-ID: <874sfoqrlo.fsf@nightfly.apk.net>
The latest episode in my ongoing series of stupid lisp tricks is a toy
implementation of the whois(1) command.  It runs in ACL 5.0.1 (and
uses Franz's socket library).

It's at http://www.thoughtstuff.com/rme/lisp.html#whois

-- 
R. Matthew Emerson
http://www.thoughtstuff.com/rme/

From: Sam Steingold
Subject: Re: whois(1) in lisp
Date: 
Message-ID: <u1zarbbgg.fsf@ksp.com>
>>>> In message <··············@nightfly.apk.net>
>>>> On the subject of "whois(1) in lisp"
>>>> Sent on Mon, 18 Oct 1999 21:35:02 GMT
>>>> Honorable ···@nightfly.apk.net (R. Matthew Emerson) writes:
 >> The latest episode in my ongoing series of stupid lisp tricks is a toy
 >> implementation of the whois(1) command.  It runs in ACL 5.0.1 (and
 >> uses Franz's socket library).
 >> 
 >> It's at http://www.thoughtstuff.com/rme/lisp.html#whois

you might want to look at url.lsp in
http://www.podval.org/~sds/data/cllib.zip
it has `with-open-url' and implements whois based on it.

-- 
Sam Steingold (http://www.podval.org/~sds/)
Micros**t is not the answer.  Micros**t is a question, and the answer is Linux,
(http://www.linux.org) the choice of the GNU (http://www.gnu.org) generation.
((lambda (x) `(,x ',x)) '(lambda (x) `(,x ',x)))
From: Jans Aasman
Subject: Re: whois(1) in lisp
Date: 
Message-ID: <7umhsf$qvc$1@news.worldonline.nl>
Hi,
     thanks for the "stupid trick", I 'm just trying to understand socket
programming in lisp and I was pleasantly surprised to see this code.  I wish
that more good lisp programmers wouldn't be to shy to send in their "stupid
tricks", whatever the topic.

greetings,

Jans Aasman

R. Matthew Emerson <···@nightfly.apk.net> wrote in message
···················@nightfly.apk.net...
> The latest episode in my ongoing series of stupid lisp tricks is a toy
> implementation of the whois(1) command.  It runs in ACL 5.0.1 (and
> uses Franz's socket library).
>
> It's at http://www.thoughtstuff.com/rme/lisp.html#whois
>
> --
> R. Matthew Emerson
> http://www.thoughtstuff.com/rme/