
16 Oct
2010
16 Oct
'10
12:13 p.m.
16.10.10, 14:14, "Stas Boukarev" <stassats@gmail.com>:
Anton Vodonosov writes:
Another error is loading contrib swank-asdf by presense of SBCL or ECL: #+(or asdf sbcl ecl) swank-asdf
Even if SBCL is boundled with ASDF (which is not always the case), the feature :asdf will be afailable, and therefore it's sufficient to just have: #+asdf swank-asdf
It won't be available if it's not loaded.
I didn't realized that swank-asd has (require 'asdf) and loads asdf if asdf is not loaded yet.