From: hesen
Subject: clisp package
Date: 
Message-ID: <0136d5fa-1ba1-4b1f-bae7-21ff8f42a096@b7g2000pre.googlegroups.com>
where can i get package of clisp , e,g regex, html .anybody can get me
some link??thanks

From: Tamas K Papp
Subject: Re: clisp package
Date: 
Message-ID: <75gpvoF17ie2rU1@mid.individual.net>
On Sat, 25 Apr 2009 08:42:00 -0700, hesen wrote:

> where can i get package of clisp , e,g regex, html .anybody can get me
> some link??thanks

cliki.net

http://www.cliki.net/CL-PPCRE is the regex library most people use.
There are many libraries that handle HTML, depending on what you want
to do with it, browse Cliki.

Tamas
From: hesen
Subject: Re: clisp package
Date: 
Message-ID: <0ad43593-bdea-41a7-bdc6-8d66f8636b8a@y33g2000prg.googlegroups.com>
On Apr 25, 11:53 pm, Tamas K Papp <······@gmail.com> wrote:
> On Sat, 25 Apr 2009 08:42:00 -0700, hesen wrote:
> > where can i get package of clisp , e,g regex, html .anybody can get me
> > some link??thanks
>
> cliki.net
>
> http://www.cliki.net/CL-PPCREis the regex library most people use.
> There are many libraries that handle HTML, depending on what you want
> to do with it, browse Cliki.
>
> Tamas

thanks alot!i think cliki to clisp like cpan to perl???right??
From: Chris Barts
Subject: Re: clisp package
Date: 
Message-ID: <873abvhcgy.fsf@chbarts.motzarella.org>
hesen <··········@gmail.com> writes:

> On Apr 25, 11:53 pm, Tamas K Papp <······@gmail.com> wrote:
>> On Sat, 25 Apr 2009 08:42:00 -0700, hesen wrote:
>> > where can i get package of clisp , e,g regex, html .anybody can get me
>> > some link??thanks
>>
>> cliki.net
>>
>> http://www.cliki.net/CL-PPCREis the regex library most people use.
>> There are many libraries that handle HTML, depending on what you want
>> to do with it, browse Cliki.
>>
>> Tamas
>
> thanks alot!i think cliki to clisp like cpan to perl???right??

Yes. In fact, ASDF-Install uses CLiki to find package files:

http://www.cliki.net/ASDF-Install
http://www.cliki.net/asdf

ASDF is Common Lisp's primary packaging facility now. ASDF-Install is
a package that automates installing ASDF packages, like how CPAN
automates installing Perl packages and apt-get automates installing
.debs in Ubuntu and Debian.