Re: undefined (asdf:system-license on clisp+cywgin



On Mar 14, 10:07 am, Mirko.Vuko...@xxxxxxxxx wrote:
Hi,

I am trying to load nlisp on my clisp+cygwin insallation, and it is
breaking on the undefined function asdf:system-license.

(It -- the nlisp package -- is loading flawlessly on linux+sbcl)

I looked in asdf.lisp, and I see that system-license is an exported
function, but I don't see it defined anywhere.  Same with a few
others, like unix-dso for example.

I am further puzzled by the hash marks in the package definition:
(defpackage #:asdf
  (:export #:defsystem #:oos #:operate #:find-system #:run-shell-
command
           #:system-definition-pathname #:find-component ; miscellaneous
           #:hyperdocumentation #:hyperdoc

I guess that I am missing something, but what?

thank you,

Mirko

They are a unaesthetic consequence of the introduction of case
sensitivity in the reader by Franz Allegro.

You better use them or use strings instead.

Cheers
--
Marco

.