home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1113.lha / Programs / AmigaE / Product-Info < prev    next >
Encoding:
Text File  |  1995-08-25  |  2.5 KB  |  97 lines

  1. .name
  2. AmigaE
  3. .type
  4. Compiler
  5. .short
  6. An Amiga specific E compiler
  7. .description
  8. E is a powerful and flexible object oriented / procedural / unpure
  9. functional higher programming language, mainly influenced by
  10. languages such as C++, Ada, Lisp etc., and Amiga E a very fast
  11. compiler for it, with features such as speed of >20000 lines/minute
  12. on a 7 Mhz amiga, inline assembler and linker integrated into
  13. compiler, large set of integrated functions, great module concept
  14. with v40 includes as modules, flexible type-system, quoted
  15. expressions, immediate and typed lists, parametric and inclusion
  16. polymorphism, exception handling, inheritance, data-hiding,
  17. methods, multiple return values, default arguments, register
  18. allocation, fast memory management, unification, LISP-Cells,
  19. gui-toolkit, (macro-) preprocessor, very intuitive and powerful
  20. source-level debugger, easy .library linking, and much more...
  21. .version
  22. 3.2a
  23. .date
  24. 1995.7.17
  25. .author
  26. Wouter van Oortmerssen
  27. .reference
  28. GoldFish-Vol2-2:BBS/dev/Amiga_E-3.0a.lha
  29. 3.0a
  30. GoldFish-Vol2-1:Files/dev/e/Amiga_E/
  31. 3.0a
  32. FreshFish-Vol7:Useful/dist/dev/e/Amiga_E/
  33. 3.0a
  34. FreshFish-Vol7:BBS/dev/Amiga_E-3.0a.lha
  35. 3.0a
  36. FreshFish-Vol6:Useful/dist/dev/e/Amiga_E/
  37. 3.0a
  38. FreshFish-Vol6:New/dev/e/Amiga_E/
  39. 3.0a
  40. FreshFish-Vol6:BBS/dev/Amiga_E-3.0a.lha
  41. 3.0a
  42. FrozenFish-Vol1:BBS/Useful/dev/e/Amiga_E.lha
  43. 2.1b
  44. FreshFish-Vol5:Useful/dist/dev/e/Amiga_E/
  45. 2.1b
  46. FreshFish-Vol5:BBS/dev/Amiga_E-2.1b.lha
  47. 2.1b
  48. FreshFish-Vol4:Useful/dist/dev/e/Amiga_E/
  49. 2.1b
  50. FreshFish-Vol3:Useful/dist/dev/e/Amiga_E/
  51. 2.1b
  52. .restrictions
  53. This distribution contains only a limited compiler, registered
  54. compiler available separately.
  55. .distribution
  56. Freeware
  57. .email
  58. Wouter@mars.let.uva.nl
  59. .source
  60. Tool sources and lots of other sources in E included
  61. .construction
  62. AsmOne assembler and E compiler itself
  63. .tested
  64. os v33 to v40, 68000 to 040, free of enforcer-hits
  65. .docs
  66. docs/README
  67. docs/beginner.guide
  68. docs/E.guide
  69. .submittal
  70. Submitted electronically directly by the author.
  71. .execute
  72. set orgdir `cd`
  73. LAB Start
  74. failat 10
  75. unset filechoice
  76. unset dirchoice
  77. cd $orgdir
  78. set choice `RequestChoice "Amiga E" "Please select an option" "View README" "View Guide" "Cancel"`
  79. if $choice GT "0"
  80.   if $choice EQ "1"
  81.     MetaTool docs/README TEXT
  82.   else
  83.     if $choice EQ "2"
  84.       cd docs
  85.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  86.       set dirchoice `pathname $filechoice`
  87.       set filechoice `basename $filechoice`
  88.       failat 21
  89.       cd $dirchoice
  90.       MetaTool $filechoice GUIDE
  91.     endif
  92.   endif
  93.   skip Start BACK
  94. endif
  95. .aminet-dir
  96. dev/e
  97.