Loading a system

Daniel Kochmański daniel at turtleware.eu
Fri Dec 16 20:38:04 UTC 2016


Hey Greg,

try (asdf:load-system 'clim-examples)

systems are designated by symbols, not by pathnames or file names. Also,
if you are interested in downloading all dependencies automatically, use
Quicklisp (check out quicklisp.org), then it would be just

(ql:quickload 'clim-examples)

Best regards,
Daniel


-- 
Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland
TurtleWare - Daniel Kochmański      | www.turtleware.eu

"Be the change that you wish to see in the world." - Mahatma Gandhi



More information about the asdf-devel mailing list