current directory name from within a Lisp program?
a directory?]] ** [[When should I use a hash table instead of an association list?]] ** [[What is a “Lisp Machine” (LISPM)?]] ** [[How do I tell if a symbol names a function and not a macro?]] ** [[What is the equivalent of EXPLODE and IMPLODE in Common Lisp?]] ** [[Is Lisp inherently slower than more conventional languages such as C?]] ** [[Why does Common Lisp have “#'”?]] ** [[How do I call non-Lisp functions from Lisp?]] ** [[Can I call Lisp functions from other languages?]] ** [[I want to call a function in a package that might not exist at compile time. How do I do this?]] ** [[What is CDR-coding?]] * Common Programming Pitfalls ** [[The read-eval-print loop is just sitting there after I’ve typed in my]] ** [[form. What’s happening?]] ** [[Why can’t I apply #’AND or #’OR?]] ** [[Why are my structure contents wrong?]] ** [[Why isn’t there a DEEP-COPY function in the language?]] ** [[Why does (READ-FROM-STRING “foobar” :START 3) return FOOBAR instead of BAR?]] ** [[Closures don’t s