On Sat, 22 Oct 2016, oldk1331 wrote:
I did some debugging, and find that in i-syscmd.boot#L2303 "GETDATABASE(op, 'CONSTRUCTORFORM)" gives T$:(1) -> )boot GETDATABASE("ListPackage",'CONSTRUCTORFORM) (EVAL-WHEN (EVAL LOAD) (PROG () (RETURN (GETDATABASE '|ListPackage| 'CONSTRUCTORFORM)))) Value = (|ListPackage| T$) But I am not familiar with how database is constructed, and how only variable "T" gets special treatment.
Probably because T has the fixed meaning (True) in lisp. 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
