Next: CLPM - Common Lisp Project Manager, Previous: SLIME—Superior Lisp Interaction Mode for Emacs, Up: Common Lisp Ecosystem [Contents][Index]
It works with your existing Common Lisp implementation to download, install, and load any of over 1,500 libraries with a few simple commands.7 It works with:
on
QuickLisp depends on ASDF files to define Lisp "systems." A Lisp system is what other languages call a library or module, i.e., a set of files, and a list of any other systems that this system depends on.<