<br><br><div class="gmail_quote">On Wed, Feb 16, 2011 at 10:23 PM, Liam Healy <span dir="ltr"><<a href="mailto:lhealy@common-lisp.net">lhealy@common-lisp.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Mirko,<br>
<div class="im"><br>
On Mon, Feb 14, 2011 at 3:35 PM, Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com">mirko.vukovic@gmail.com</a>> wrote:<br>
> I am trying to make my gsd-based code to work on both sbcl (which supports<br>
> foreign-arrays) and clisp which does not.  Hence the questions/requests:<br>
><br>
> 1) Foreign-array creates the `static-vectors' feature.  I want to<br>
> double-check that I can use it to test if foreign-arrays is loaded or not<br>
> (#+static-vectors or #-static-vectors).  Or should I use #+sbcl, #+clisp<br>
<br>
</div>The static-vectors feature should only be used to determine if static<br>
vectors underlie the foreign arrays, and that really only determines<br>
whether cl-array could return something non-nil.  I'm not sure how you<br>
would tell using #+static-vectors if foreign-array is loaded if you're<br>
on clisp.<br></blockquote><div><br>Feature request:<br><br>Could than foreign vectors push a :foreign-vectors into *features*, much like fsbv does? <br><br>Mirko</div></div><br>