10.Nov.2002
Martin Kuchinka's home page
|
Programming language: PowerD V0.20 Alpha 3, AHI archive
On 10th November 2002, Martin Kuchinka has released version 0.20 alpha 3 of the
programming language 'PowerD'.
Additionally, Philippe van Calsteren has put the developer archive for AHI on the PowerD site. Changes compared to the previous PowerD version are:
- fixed (u)word/(u)byte shifts/rotates under PowerPC
- fixed an old bug in PowerPC support, that made executables about 5%-10% longer!
- added support for functions pointers in variables:
DEF a:() // define the variable as a function pointer (no args here)
a:=&func // assign a function address to the variable
a() // launch the function addressed in variable a
- fixed static lists containing doubles under PowerPC
- added some examples written by Philippe van Calsteren
- basic OOP again started to work :) (see oop.html)
- bugs reported/fixed by Marco Antoniazzi
- shared library support is now working better and safer!
Download:
(sd) (Translation: cb)
[News message: 10. Nov. 2002, 21:48] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|