Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> By the way, your error seems to be that the cl-syntax library is not being found, as opposed to a portability problem, so maybe you don't have Quicklisp installed and loaded?

Indeed I don't, I didn't know to install it since it wasn't listed as a dependency. Thanks for the info!



Quicklisp is CL's package manager, so that's necessary to install dependencies. You can install it with:

    $ curl -O http://beta.quicklisp.org/quicklisp.lisp
    $ sbcl --load quicklisp.lisp \
           --eval '(quicklisp-quickstart:install)' \
           --eval '(ql:add-to-init-file)' \
           --quit




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: