You shouldn't have to load alexandria. You do have to load iterate; it is a "system connection," so that once it is loaded grid-iterate-extension should automatically load, and that includes alexandria. It isn't loaded automatically because grid is not dependent on iterate; not everyone has or wants iterate.
Liam
On Tue, Jan 26, 2010 at 8:26 AM, Mirko Vukovic mirko.vukovic@gmail.com wrote:
On my slime+sbcl, I have to explicitly asdf-load `alexandria' and `iterate' before `grid', in order for the `iteration' feature to be included. Is that the intended behavior?
Thanks,
Mirko