user9903
user9903

Reputation:

LispWorks on Windows 7 won't load Quicklisp

I'm using LispWorks Personal Edition and have only been able to load Quicklisp by loading the file rather than through the initialization file, .lispworks, which LispWorks is supposed to find in my home directory, C:\Users\Me\. Am I placing the initialization file in the wrong directory? Or is there some other problem?

Upvotes: 2

Views: 873

Answers (1)

Rainer Joswig
Rainer Joswig

Reputation: 139261

The Personal Edition does not load any initialization file. This is clearly stated in the documentation.

The limitations of the LispWorks Personal Edition are described here: http://www.lispworks.com/downloads/index.html

Upvotes: 3

Related Questions