home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / product-info < prev    next >
Text File  |  1995-10-21  |  2KB  |  92 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 choice `RequestChoice "Amiga E" "Please select an option" "View README" "View Guide" "Cancel"`
  73. if $choice EQ "0"
  74.   quit 5
  75. endif
  76.  
  77. if $choice EQ "1"
  78.   MetaTool docs/README TEXT
  79. endif
  80.  
  81. if $choice EQ "2"
  82.   cd docs
  83.   set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  84.   set dirchoice `pathname $filechoice`
  85.   set filechoice `basename $filechoice`
  86.   failat 21
  87.   cd $dirchoice
  88.   MetaTool $filechoice GUIDE
  89. endif
  90. .aminet-dir
  91. dev/e
  92.