Help with asdf
Posted: Fri Jan 23, 2009 1:36 am
I apologize if this issue has already been dealt with. I couldn't search for "asdf" (since it's a "common word"
), but I manually went through all seven pages of this forum to make sure no threads about asdf and Common Lisp had already been made.
So, here's my problem: I supposedly have asdf already installed on my system, but I can't find asdf.lisp! I'm running Ubuntu 8.04 and am using Emacs and SLIME. An online tutorial instructed me to try typing (require 'asdf) into my LISP interpreter to see if asdf was already installed, so I did, and the result was NIL. I assume that this means that I already have asdf, since something like (require 'sdfsdg) results in an error.
The next step is supposed to be updating my clisprc file so that asdf is always loaded, but I can't find asdf.lisp. I did a search for "asdf" and got two results: swank-asdf.lisp and slime-asdf.el. The first is supposedly a "plain text document", and the second is an Emacs source code file. Should I be using one of these when I edit my clisprc file?
I'm just a beginner and though I've done some non-trivial stuff with the interpreter, I've yet to compile a LISP file (another source of slight confusion), and I don't have any libraries installed. I want to try to make a simple game in LISP using OpenGL, but to get any library I need asdf and asdf-install. This is what led me to my current quandary.
Any help is appreciated!
The Mad Scientist

So, here's my problem: I supposedly have asdf already installed on my system, but I can't find asdf.lisp! I'm running Ubuntu 8.04 and am using Emacs and SLIME. An online tutorial instructed me to try typing (require 'asdf) into my LISP interpreter to see if asdf was already installed, so I did, and the result was NIL. I assume that this means that I already have asdf, since something like (require 'sdfsdg) results in an error.
The next step is supposed to be updating my clisprc file so that asdf is always loaded, but I can't find asdf.lisp. I did a search for "asdf" and got two results: swank-asdf.lisp and slime-asdf.el. The first is supposedly a "plain text document", and the second is an Emacs source code file. Should I be using one of these when I edit my clisprc file?
I'm just a beginner and though I've done some non-trivial stuff with the interpreter, I've yet to compile a LISP file (another source of slight confusion), and I don't have any libraries installed. I want to try to make a simple game in LISP using OpenGL, but to get any library I need asdf and asdf-install. This is what led me to my current quandary.
Any help is appreciated!
The Mad Scientist