On 4 April 2014 17:40, Waldek Hebisch <[email protected]> wrote: > Bill Page wrote: >> ... >> This is what I tried: >> >> wspage@suse:~/fricas-build> $AXIOM/bin/asq -all INTEGER >> Not found! >> > asq needs either abbreviation or a constructor. asq is > case sensitive. Try > > $AXIOM/bin/asq -all Integer > > or > > $AXIOM/bin/asq -all INT > > Both work for me. >
Thank you. You are right this does work for me too. My mistake. > Apparently nobody uses 'asq' so I am actually thinking about > removing it (it does not cause trouble, so there is no rush > with removal). At some point in the past it was broken, so > I fixed it. Given that nobody complained about breakage, > there can not be much use... > You are probably right but I wonder if part of the reason for lack of use is perhaps many people who use FriCAS do not know that asq even exists. It is not installed during # make install So even to try it, you need to know that it is out there somewhere. But I am not suggesting that asq is that interesting as it stands, just that it might serve an example written C of how to access the FriCAS database. The output could be modified to be much more useful than it is and serve as a basis for a simple FriCAS library browser to replace that dynamic part of HyperDoc. -- 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 http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
