Bruce-Robert Pocock
Bruce-Robert Pocock
As a suggestion, it would perhaps be less noise if instead the package itself were renamed during cross-build? eg: ``` (defpackage #+jscl common-lisp #-jscl jscl/common-lisp (:use) ; nothing! (:nicknames #+jscl...
Just to note, I seem to think the "presentp" third part of regular &optional is probably also not working correctly. On Thu, Aug 11, 2016, 11:22 David Vázquez Púa [email protected]...
Currently the version merged supports only :key and :test and does not have SUBSTITUTE-IF[-NOT] implemented. Notably, it also only can handle string, vector, list cases correctly, although for now that...
Because this was ultimately needed for properly supporting multi-radix (read, print) code, there are some improvements buried in the rather gigantic https://github.com/jscl-project/jscl/pull/247 In that branch, still, `:from-end` and `:test-not` are...
I'm OK with it. On Wed, Sep 21, 2022 at 2:24 AM David Vázquez Púa ***@***.***> wrote: > *We are considering changing the license of JSCL from GPL3 to MIT.*...