Agena is an easy-to-learn procedural programming language suited to be used in scientific, educational, linguistic, and many other applications, including scripting.
What’s new in version 2.37.9
Updated on Mar 21 2023
On Intel platforms, `os.cpuinfo` returns information on L1/L2/L3 caches with the new 'cache' entry. Mac OS X is not supported.
On Debian-based systems, `os.cpuinfo` returns detailed information on the underlying CPU hardware in the 'cpuid' field.
`math.isprime` has become 20 % faster.
`math.nextprime` has been tuned by 15 %.
Tweaked `approx`, `long.approx`, `math.triangular` and `math.chop` a little bit.