[Ecls-list] Few lines implementation of "curl" or "wget" using Common Lisp?
Paul Bowyer
pbowyer at olynet.com
Sun Nov 20 20:16:39 UTC 2011
On 11/20/2011 09:26 AM, Juan Jose Garcia-Ripoll wrote:
> On Sun, Nov 20, 2011 at 3:12 PM, Zach Beane <xach at xach.com
> <mailto:xach at xach.com>> wrote:
>
> Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com
> <mailto:juanjose.garciaripoll at googlemail.com>> writes:
>
> > Anyone has such a function? I would like to plug it into ECL for
> downloading
> > the ANSI test suite.
>
> Quicklisp's http.lisp has something like that, but it's not very short
> (it has code to handle chunked encoding for example). The old
> asdf-install has http code and it's pretty short.
>
>
> I am considering including http.lisp in the contributed sources,
> packaging it differently, but adding the original license. This would
> allow the test suite to 1) download quicklisp, sandbox it and test a
> set of libraries, 2) download the ansi test suite and run it and 3)
> download additional sets of software (Maxima, fricas, etc). In 2) and
> 3) I might have to set up a mirror for the repositories making nightly
> tarballs, but I believe it is doable.
>
> Juanjo
>
> --
> Instituto de Física Fundamental, CSIC
> c/ Serrano, 113b, Madrid 28006 (Spain)
> http://juanjose.garciaripoll.googlepages.com
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
>
>
> _______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
Juanjo:
Since I already have quicklisp installed and it's accessible from slime,
or via clbuild using a command shell, it would be redundant to have it
(re-)installed by the ECL test suite unless it was isolated to the
ecl-test folder.
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20111120/4ff9ad50/attachment.html>
More information about the ecl-devel
mailing list