Matt Pillsbury pillsbury@gmail.com writes:
;; Error while loading: /Users/mtp/.slime/fasl/2006-10-26/sbcl-0.9.15- darwin-ppc/swank.fasl ;; Condition: unknown &KEY argument: :WEAKNESS ;; Aborting. ; ; compilation unit aborted ; caught 1 fatal ERROR condition
and it never finishes loading. Any idea what I'm doing wrong?
your sbcl is too old. you have two options:
1) upgrade sbcl
2) comment out the last two forms in swank-sbcl.lisp (make-weak-key-hash-table and make-weak-value-hash-table)