Ruud H.G. van Tol on Tue, 10 Jan 2023 11:01:05 +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 2023-01-10 10:42, Hongyi Zhao wrote:
werner@X10DAi:~$ echo '?*' |gp -fq |perl -afE'/\bRETURN\b/ or
push@R,@F;END{say for@R}' |sort| tail
znchartoprimitive
znconreychar
znconreyconductor
znconreyexp
znconreylog
zncoppersmith
znlog
znorder
znprimroot
znstar

You are probably using a different version of gp.

$ gp --version 2>&1 |perl -apE's/^\s+//'
GP/PARI CALCULATOR Version 2.15.1 (released)
arm64 running darwin (aarch64/GMP-6.2.1 kernel) 64-bit version
compiled: Nov  5 2022, Apple clang version 14.0.0 (clang-1400.0.29.202)
threading engine: pthread
(readline v8.2 disabled, extended help enabled)

-- Ruud