Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

quicklisp

70 views
Skip to first unread message

galo...@gmail.com

unread,
Nov 15, 2012, 2:48:33 AM11/15/12
to
I've installed ql recently, bypassing installing packages manually. However, once I use

(ql:quickload "software")

I have to use this every other time, it seems, if I want to use the new function. Is there a way to bypass this?

amh...@gmail.com

unread,
Nov 15, 2012, 3:30:15 AM11/15/12
to
Well, you could load it in your CL implementation init file. That way you won't need to write it again and again.

Zach Beane

unread,
Nov 15, 2012, 6:40:57 AM11/15/12
to
The usual thing is to create a system definition for your project that
expresses its relationship to other libraries. Then you can quickload
your project, and all required software will be loaded along with it.

Zach
0 new messages