articulate-common-lisp / articulate-common-lisp.github.io

docs/specs for a tutorial site for a Common Lisp environment
http://articulate-lisp.com/
103 stars 14 forks source link

about LispWorks not loading the init file #63

Open vindarel opened 7 years ago

vindarel commented 7 years ago

You write

I’ve found that Lispwork’s Personal 6.0 doesn’t appear to respect the Lispworks init file, so the init file (used for Quicklisp) has to be loaded manually with the form (LOAD "~/.lispworks"). I’m not sure why this happens, but I wish it wouldn’t!

http://articulate-lisp.com/ides/lispworks-setup.html

Looks like it is one of the limitations of the free version. They write

Initialization files are not loaded.

http://www.lispworks.com/downloads/index.html

pnathan commented 7 years ago

I'll have to wordsmith it later