home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 14 / MA_Cover_14.iso / source / e / powerd / powerd.readme < prev   
Encoding:
Text File  |  2000-02-04  |  1.5 KB  |  42 lines

  1. Short:    New powerful programming language v0.12
  2. Author:   Martin Kuchinka
  3. Uploader: kuchinka@k332.feld.cvut.cz
  4. Type:     dev/e
  5. Version:  0.12, 4.2.2000
  6. Replaces: powerd.lha
  7. Requires: OS3.0,
  8.           PhxAss,
  9.           PhxLnk
  10.  
  11.   It is not a reworked AmigaE, it is completely new programming language,
  12. which has only similar syntax to AmigaE. Simpliest "hello world" program
  13. has less then 150 bytes. It is quite memory hungry, but 4 megabytes should
  14. be enough for larger projects. It can use linked libraries and objects.
  15. See documentation for more information. It is free.
  16.  
  17.   Currently it may have many bugs and it is not too "fool-proof". If You
  18. want to be a betatester, please e-mail me, you will be welcomed.
  19.  
  20.   If you found some bugs or you have remainders or suggestions, please
  21. e-mail me, opinions are also welcome.
  22.  
  23.   I hope You will use and like it.
  24.  
  25. PS: All help is welcome.
  26.  
  27. Changes from 0.11:
  28.   - added few new functions
  29.   - removed some bugs in binary modules
  30.     - saved binary modules has now slightly different format
  31.     - added EDEFs and #defines
  32.     - added dmod tool, to show binary modules
  33.   - improved macros, now You can use #ifdef, #ifndef, #else and #endif
  34.   - proprocessor can from now convert: xxx:=.yyy to xxx:=xxx.yyy
  35.   - I rewrote many functions to don't use stack, but registers = shorter and
  36.     faster from powerd.lib
  37.   - local e-strings now works again
  38.   - main code reader routine is rewritten to be faster
  39.   - added many new string extensions
  40.   - removed some enforcer hits
  41.   and much more...
  42.