

| |||||||
|
You are here: Root > Software > Development > Tools > Defystem
This tutorial is intended for people who are relatively new to Common Lisp. It describes an easy way to install third-party libraries into a Lisp implementation.
Document location: http://common-lisp.net/project/asdf-install/tutorial/index.html
While the ANSI standard is huge and provides tons of functionality there are a couple of things (like, say, XML parsers, web servers, GUIs, regular expressions) that aren't included and must either be provided by your particular implementation or otherwise by a third-party library.Hitherto these libraries had to be installed manually, an often complex process. However, many library authors are now packaging their systems using the new ASDF-INSTALL standard, allowing for automatic installation on any Lisp system that supports it.
You must be logged to add a note
You must be logged to add a comment
Document location changed
The correct document location is http://common-lisp.net/project/asdf-install/tutorial/index.html
Submitted by lho 2492 days 9 hours 52 min ago