dmenager

Results 3 comments of dmenager

I have a very similar situation to everyone here, and I would also benefit from a fix to this issue

Yes, so I just did `(ql:quickload :alexandria)` and it worked. Could the issue be that lisp-stat, specifically num-utils, is trying to call alexandria functions before loading the system? It seems...

The problem was caused by another system I had installed in my `quicklisp/local-projects` directory that came with its own version of `alexandria`. It turns out that quicklisp was loading this...