Hi
I want to understand why I get an arror when I try the following command on mkcl 1.1.0 (gnu/linux - x86) :
(truename *default-pathname-defaults*)
Normally, *default-pathname-defaults* must be initialzed to the current directory at start-up. But the return value is "".
If we can initialized the value to "./" or get the working directory path it would be better.
Cheers