How long does it take to install and try Quicklisp? (a gif screencast)
quicklisp.org
How long does it take to install and try Quicklisp? (a gif screencast)
1–10 of 17 posts
Re: How long does it take to install and try Quicklisp? (a gif screencast)
#2With all the talk about "curses" going on right now, I'm pretty happy we lisp hackers actually have something available that integrates so much high-quality software so well.
Re: How long does it take to install and try Quicklisp? (a gif screencast)
#3Re: How long does it take to install and try Quicklisp? (a gif screencast)
#4I think quicklisp is a great system, but didn't asdf do the same thing? It would download and install packages for you just like ql, so I'm wondering what the obvious advantages of ql are over asdf-install, other than being the hot new thing.
* Quicklisp centralizes metadata and project archives, so you don't have to rely on a world-writable wiki and 10 random servers on the internet to install a project
* Quicklisp doesn't need any external programs like tar or gzip
* It works nicely on Windows
* There is a level of integration testing before projects are published; it's not much, but it's way better than nothing
* It works with projects that don't go through a formal "release a tarball" process
* It can be installed by loading a single Lisp source file
* It's not named asdf-install, so not confusing people about where asdf stops and asdf-install begins
The main way they do the same thing is at a very high level. I think Quicklisp gets more of the important details right.
Re: How long does it take to install and try Quicklisp? (a gif screencast)
#5I think quicklisp is a great system, but didn't asdf do the same thing? It would download and install packages for you just like ql, so I'm wondering what the obvious advantages of ql are over asdf-install, other than being the hot new thing.
Re: How long does it take to install and try Quicklisp? (a gif screencast)
#6I think quicklisp is a great system, but didn't asdf do the same thing? It would download and install packages for you just like ql, so I'm wondering what the obvious advantages of ql are over asdf-install, other than being the hot new thing.
There are a number of ways I think Quicklisp improves on asdf-install. Here are a few: * Quicklisp centralizes metadata and project archives, so you don't have to rely on a world-writable wiki and 10 random servers on the internet to install a project * Quicklisp doesn't need any external programs like tar or gzip * It works nicely on Windows * There is a level of integration testing before projects are published; it…
Re: How long does it take to install and try Quicklisp? (a gif screencast)
#7Earlier quoted context omitted.
There are a number of ways I think Quicklisp improves on asdf-install. Here are a few: * Quicklisp centralizes metadata and project archives, so you don't have to rely on a world-writable wiki and 10 random servers on the internet to install a project * Quicklisp doesn't need any external programs like tar or gzip * It works nicely on Windows * There is a level of integration testing before projects are published; it…
Thanks for the good response. I'll be taking a closer look into ql as soon as I can.
Re: How long does it take to install and try Quicklisp? (a gif screencast)
#8Re: How long does it take to install and try Quicklisp? (a gif screencast)
#9Re: How long does it take to install and try Quicklisp? (a gif screencast)
#10It's nice to see that I'm not the only one left using that font ( -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1 ) for my terminals. Anything else bugs me.