Hongyi Zhao on Tue, 10 Jan 2023 03:17:23 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Programmatically obtain a complete list of commands and keywords for updating the PARI/GP third-party IDE tools. |
On Tue, Jan 10, 2023 at 9:58 AM Karim Belabas <Karim.Belabas@math.u-bordeaux.fr> wrote: > > * Hongyi Zhao [2023-01-10 01:46]: > > Hi here, > > > > I'm not sure whether there is an elegant way in PARI/GP, which can let > > me programmatically obtain a complete list of commands and keywords > > for updating the PARI/GP third-party IDE tools, such as pari-gp-lang > > [1]. > > > > Any tips would be appreciated. > > > > [1] https://github.com/DavidAyotte/pari-gp-lang/issues/3 > > ?* and \c are two possibilities. Nice trick. But there are still the following issues that need to be dealt with: 1. How to display all of these symbols in a non-interactive way at once, instead of split-screen output and prompt for the following information? /*-- (type RETURN to continue) --*/ 2. How to dump the entire result to a file for further use? > Cheers, > > K.B. Best Regards, Zhao