Agena

Versione: 
6.3.6
Data rilascio: 
Lunedì, 9 Marzo, 2009

Licenza:

Interfaccia:

Authors/Port authors:

Agena è un linguaggio di programmazione procedurale facile da apprendere e studiato per l'utilizzo quotidiano. Implementato come linguaggio interpretato, può essere usato per applicazioni scientifiche, educative, linguistiche e altro. La sua sintassi risulta simile all'Algol 68 semplificato, con elementi presi dal Lua e da SQL.

Questo software è distribuito come pacchetto compresso, da scaricare e installare manualmente; se ci sono prerequisiti da soddisfare, andranno anch'essi scaricati e installati manualmente.

Installazione manuale

Disponibile sia in formato ZIP che WarpIN:

  • scaricare il pacchetto ZIP in una cartella temporanea e scompattarlo nella cartella di destinazione;
  • il pacchetto WarpIN è autoinstallante.

Vedi sotto per il(i) link di download.

E' possibile installare i prerequisiti con rpm, eseguendo la stringa seguente in una finestra comandi:

yum install libc libcx libgcc1 libssp libstdc++6 libstdc++ libsupc++6 libsupc++ libgcc-fwd readline ncurses sqlite

Qui di seguito trovi i link di download per l'installazione manuale del software:

Agena v. 6.3.6 (2/11/2025, Alexander Walz) Readme/What's new
agena >> `The Power of Procedural Programming` 6.3.6 Lookout Mountain, November 02, 2025 - New `mapm.xgcd` and `mapm.xlcm` compute the Greatest Common Divisor and Least Common Multiple of two arbitary-precision numbers. - New `mapm.xmulmod` and `mapm.xpowmod` conduct modular multiplication (a*b % m) and exponentiation (a^b % m), respectively. - New `mapm.xinvmod` calculates the modular multiplicative inverse of 'a' modulo 'm'. - The `mapm` modulo operation (`%`, `mapm.xmod`) has become 25 percent faster. - `mapm` package: When raising a number to an integral power with the `**` or `^` operators or `mapm.xipow`, `mapm.xpow`, you no longer have to manually adjust the precision with `mapm.xdigits` to get correct results. - Likewise, the bitwise operators `&&`, `||`, `^^` now internally auto-adapt to the required precision to avoid round-off errors with very large numbers. Same with `mapm.xterm`, `mapm.xexp2`, `mapm.xexp10` and complex number exponentiation. - `numtheory.powmod` with negative integral exponents (second argument) has been tuned a bit. - When given more than two arguments, `numtheory.gcd` and `numtheory.lcm` left memory leaks. This has been fixed.
 sourceforge.net/projects/agena/files/Binaries/Agena 6.3.6/agena-6.3.6-os2.wpi/download
Agena v. 4.12.5 (20/5/2025, Alexander Walz) Readme/What's new
4.12.5 Merryville, May 20, 2025 - In the past, the bitshift operators <<< (left shift), >>> (right shift), <<<< (left rotation) and >>>> (right rotation) had different behaviour across platforms when a number at or beyond the +/-2^32 threshold has been processed. This has been changed and the results in these situations are now the same. Likewise, `bytes.numto32` is now returning the same results on all platforms when casting a value at or beyond the +/-2^32 border. This also benefits various functions in the `hashes` package as their returns are now the same across platforms, as well. To check the new underflow or overflow behaviour, use `math.wrap`. - New function `math.fmod` works and returns the same result as the binary `symmod` operator. It has just been added to facilitate porting C code to Agena. - The results of `hashes.mix`, `hashes.crc32`, `hashes.crc8`, `hashes.reflect`, `hashes.parity`, `hashes.fibmod`, `hashes.interweave`, `hashes.jinteger` may now be different with out-of-range input, that is with arguments at or beyond the 2^32 threshold, depending on your platform.
 www.hobbesarchive.com/Hobbes/pub/os2/dev/proglang/misc/Agena_4-12-5.wpi
Agena Manual v. 6.3.6 (, Alexander Walz)
 sourceforge.net/projects/agena/files/Manuals/agena.pdf/download
Agena source code v. 6.3.6 (Source code, , Alexander Walz) Readme/What's new
https://sourceforge.net/projects/agena/files/Sources/agena-5.6.2-src.tar.gz/download
 sourceforge.net/projects/agena/files/Sources/agena-6.3.6-src.tar.gz/download
Scheda aggiornata l'ultima volta il: 03/11/2025 - 05:20

Commenti

Hello, thank you very much for listing me. Greetings from Bonn, Rhineland, Alex

Aggiungi un commento