Short: New programming language based on E Author: Martin Kuchinka Uploader: kuchinka@k332.feld.cvut.cz Type: dev/e Version: 0.09, 31.12.1999 Replaces: powerd.lha Requires: OS3.0, PhxAss, PhxLnk It is not a reworked AmigaE, it is completely new programming language, which has only similar syntax to AmigaE. Simpliest "hello world" program has less then 150 bytes. It is quite memory hungry, but 4 megabytes should be enough for larger projects. It can use linked libraries and objects. See documentation for more information. It is free. Currently it may have many bugs and it is not too "fool-proof". If You want to be a betatester, please e-mail me, you will be welcomed. I have no betatesters at this time. For now it haven't all system modules, if you want you can write them or write a h2m convertor. It will help me very much. If you found some bugs or you have remainders or suggestions, please e-mail me, opinions are also welcome. I hope You will use and like it. PS: All help is welcome. Changes from 0.08: - added NEWFILE/OLDFILE constants - added new OPTion and cli argument called OPTIMIZE for optimizations - new SETOPT/ENDOPT keywords allows You to set your custom OPTions - improved DEBUGSYM cli switch - now works inlined IF, WHILE, etc. again (like: a:=IF b THEN c ELSE d) - now odd byte/word array or string length allowed - added some optimizations including output of gained bytes, but don't trust it too much - removed many bugs with nofpu floats (but not all :( ) - some examples added - some new functions - some bugs removed