Re: static-vectors

edgar <[email protected]> Sun, 26 Aug 2018 12:40:24 +0200
Newsgroups gmane.lisp.clisp.general
Message-ID <20180826124024.45ffeb00@radio>
Am Sun, 26 Aug 2018 09:04:57 +0100
schrieb C Habs <[email protected]>:

> Hello clisp-list
> 
> I may be going over something already mentioned - apologies if so.
> 
> From trying to 'install'  Woo  using Quicklisp, there was displayed
> the following message:
> 
> quicklisp/software/static-vectors-v1.8.3/static-vectors.asd:
>       static-vectors does not support this Common Lisp implementation!
> 
> 
> Please excuse my ignorance; what is a 'static vector' and why is this
> a problem in CLISP and can it be that CLISP could support
> static-vector ?

The "Requirements" section on https://github.com/fukamachi/woo
says that "Woo" currently
* runs on no other operating system than Linux
* runs on no other Common Lisp implementation than SBCL
* requires libev to be installed

Tracking down the dependencies, woo.asd
https://github.com/fukamachi/woo/blob/master/woo.asd
requires static-vectors and static-vectors.asd
https://github.com/sionescu/static-vectors/blob/master/static-vectors.asd
says that it runs on Franz Allegro, CCL, CMUCL, ECL, Lispworks, and
SBCL, while all other Common Lisp implementations ar not supported

> As an aside (or not), being new to *Common Lisp*, I find it
> frustrating at times that there are many lisps and not all are equal;
> this results in some applications only working with certain lisps and
> things not being so common :-) .  I'm sure there will be some defence
> to this situation, but none the less, it can be a challenge to a
> newbie.

Woo is obviously a non-comforming Common Lisp program
but fails to say so on the GitHub page.

Conforming Common Lisp programs should run on *all*
Common Lisp implementations, not only on SBCL.

- edgar


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list