Faré writes:
> Excellent. Are you using the new cl-launch 4.0.3?
> (I see that the script for debian version 4.0.3 thinks it's 4.0.2.3 — oops).
I'm using buildapp.
> It's a lot of work, and considering the fraction of lispers using Debian,
> that might not have been the best use of a lot of time
On Fri, Apr 25, 2014 at 6:32 AM, Dimitri Fontaine wrote:
>> That's fairly old. In practice, I recommend upgrading to the latest stable
>> when having trouble such as yours.
>
> I needed to upgrade for a test program I made using
> command-line-arguments that requires uiop…
>
Excellent. Are you usi
Faré writes:
> That's fairly old. In practice, I recommend upgrading to the latest stable
> when having trouble such as yours.
I needed to upgrade for a test program I made using
command-line-arguments that requires uiop…
>> Is that the intended way to use a debian packaged CL lib?
>>
> I believ
On Thu, Apr 24, 2014 at 4:42 AM, Dimitri Fontaine wrote:
> Faré writes:
>> which version of ASDF are you using?
>
> * (require :asdf)
> ("ASDF")
>
> * (asdf:asdf-version)
> "2.21"
>
That's fairly old. In practice, I recommend upgrading to the latest stable
when having trouble such as your
Faré writes:
> which version of ASDF are you using?
* (require :asdf)
("ASDF")
* (asdf:asdf-version)
"2.21"
> Also, I recommend asdf:load-system over require, because
> it's both more portable and doing the right thing wrt upgrade.
Ok:
* (asdf:load-system :drakma)
debugger invok
On Wed, Apr 23, 2014 at 5:11 AM, Dimitri Fontaine wrote:
> Hi,
>
> I'm maintaining pgloader (https://github.com/dimitri/pgloader) and have
> picked Common Lisp for the version of it. Of course, I'm using a bunch
> of CL libs, and those are really easy to install in a Quicklisp
> development enviro