Re: Reddit Guys on the Pros and Cons of Lisp
- From: "codyk........@xxxxxxxxx" <codykoeninger@xxxxxxxxx>
- Date: 29 Nov 2005 19:43:39 -0800
Bill Atkins wrote:
> Seriously, though, what are all of these great libraries that Lispers
> are missing out on?
>
> Bill
>
If anybody actually wants to listen to newcomers, rather than ignoring
any hint of deficiency in their (admittedly awesome) favorite language,
here's a couple:
1. A community standard, cross-implementation tool to find and install
libraries, ala cpan or ruby-gems. asdf-install is close, but: A. lots
of authors dont use it and B. the sbcl version is (afaik) still not
merged with the portable version. The difference between 'gem install
rails' and, say, manually tracking down all of the dependencies needed
for the latest UCW is phenomenal.
2. A solid https / http client library that handles cookies. LWP is a
gateway drug for perl, and CL doesnt have anything that comes close.
trivial-http is too trivial. cl-curl is not asdf-installable, due to
(afaik) the author being dissatisfied with asdf-install as compared to
clc.
lest I be accused of merely whining, i would be happy to work on these
issues, given some indication of possible directions, eg.
#2 may be as straightforward as writing up a 'howto write web scrapers
using common lisp', which I may do if cl-curl ends up meeting my needs.
(last time I needed a scraper, I ended up writing it in python after
little success)
#1b is probably over my head, but I'd be happy to find out otherwise.
#1a . . . .? go about on CLiki making asdf-installable versions of
software where possible?
-cody
.
- Follow-Ups:
- Cliki.net a list of packages? Was: Reddit Guys on the Pros and Cons of Lisp
- From: Pascal Bourguignon
- Cliki.net a list of packages? Was: Reddit Guys on the Pros and Cons of Lisp
- References:
- Reddit Guys on the Pros and Cons of Lisp
- From: Adam Connor
- Re: Reddit Guys on the Pros and Cons of Lisp
- From: Bill Atkins
- Reddit Guys on the Pros and Cons of Lisp
- Prev by Date: Re: recursion performance
- Next by Date: Re: Match Error on Dialog Box
- Previous by thread: Re: Reddit Guys on the Pros and Cons of Lisp
- Next by thread: Cliki.net a list of packages? Was: Reddit Guys on the Pros and Cons of Lisp
- Index(es):
Relevant Pages
|