From: ···@via.net
Subject: PERL junkie wants to switch to Lisp
Date: 
Message-ID: <1118108646.812638.249110@o13g2000cwo.googlegroups.com>
Somehow I managed to avoid taking a LISP class in college. But reading
Paul Graham's book has piqued my
interest in using LISP for cgi stuff.

So, I need replacements for PERL regular expressions, cgi.pm and a way
to talk to MySql/POSTGRES.

Any suggestions?

Thanks,

Joe

From: M Jared Finder
Subject: Re: PERL junkie wants to switch to Lisp
Date: 
Message-ID: <JtadnbOvR8jFjzjfRVn-sA@speakeasy.net>
···@via.net wrote:
> Somehow I managed to avoid taking a LISP class in college. But reading
> Paul Graham's book has piqued my
> interest in using LISP for cgi stuff.
> 
> So, I need replacements for PERL regular expressions, cgi.pm and a way
> to talk to MySql/POSTGRES.
> 
> Any suggestions?

The Cliki is your friend.  In particular, see:

http://www.cliki.net/database
http://www.cliki.net/regular%20expression

   -- MJF
From: Artie Gold
Subject: Re: PERL junkie wants to switch to Lisp
Date: 
Message-ID: <3gkhrlFcq3fkU1@individual.net>
···@via.net wrote:
> Somehow I managed to avoid taking a LISP class in college. But reading
> Paul Graham's book has piqued my
> interest in using LISP for cgi stuff.
> 
> So, I need replacements for PERL regular expressions, cgi.pm and a way
> to talk to MySql/POSTGRES.
> 
> Any suggestions?
> 
> Thanks,
> 
> Joe
> 
http://www.weitz.de/cl-ppcre for the first

http://www.cliki.net/lisp-cgi-utils is a good starting point for the second

http://clsql.b9.com for the third

[Google is your friend. ;-)]

HTH,
--ag

-- 
Artie Gold -- Austin, Texas
http://it-matters.blogspot.com (new post 12/5)
http://www.cafepress.com/goldsays
From: Lars Brinkhoff
Subject: Re: PERL junkie wants to switch to Lisp
Date: 
Message-ID: <851x7eac2r.fsf@junk.nocrew.org>
···@via.net writes:
> reading Paul Graham's book has piqued my interest in using LISP for
> cgi stuff.

You may want to take a look at Peter Seibel's book "Practical Common
Lisp".