On Sun, 26 Nov 2023, Qian Yun wrote:
Launch lispworks in this directory, type '(load "fricas")', then type

) lisp (do-symbols (s "BOOT") (and (boundp s) (not (hcl:who-references s)) (not (hcl:who-binds s)) (not (hcl:who-sets s)) (not (constantp s)) (print s)))
Can ecl do this? I already have it installed.

The second question: how can I guess which are false positives?

Andrey

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/c9609c3f-7db6-cb33-5e62-132fc383e9c5%40starnew.inp.nsk.su.

Reply via email to