home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
e
/
amigae
/
product-info
< prev
next >
Wrap
Text File
|
1995-10-21
|
2KB
|
92 lines
.name
AmigaE
.type
Compiler
.short
An Amiga specific E compiler
.description
E is a powerful and flexible object oriented / procedural / unpure
functional higher programming language, mainly influenced by
languages such as C++, Ada, Lisp etc., and Amiga E a very fast
compiler for it, with features such as speed of >20000 lines/minute
on a 7 Mhz amiga, inline assembler and linker integrated into
compiler, large set of integrated functions, great module concept
with v40 includes as modules, flexible type-system, quoted
expressions, immediate and typed lists, parametric and inclusion
polymorphism, exception handling, inheritance, data-hiding,
methods, multiple return values, default arguments, register
allocation, fast memory management, unification, LISP-Cells,
gui-toolkit, (macro-) preprocessor, very intuitive and powerful
source-level debugger, easy .library linking, and much more...
.version
3.2a
.date
1995.7.17
.author
Wouter van Oortmerssen
.reference
GoldFish-Vol2-2:BBS/dev/Amiga_E-3.0a.lha
3.0a
GoldFish-Vol2-1:Files/dev/e/Amiga_E/
3.0a
FreshFish-Vol7:Useful/dist/dev/e/Amiga_E/
3.0a
FreshFish-Vol7:BBS/dev/Amiga_E-3.0a.lha
3.0a
FreshFish-Vol6:Useful/dist/dev/e/Amiga_E/
3.0a
FreshFish-Vol6:New/dev/e/Amiga_E/
3.0a
FreshFish-Vol6:BBS/dev/Amiga_E-3.0a.lha
3.0a
FrozenFish-Vol1:BBS/Useful/dev/e/Amiga_E.lha
2.1b
FreshFish-Vol5:Useful/dist/dev/e/Amiga_E/
2.1b
FreshFish-Vol5:BBS/dev/Amiga_E-2.1b.lha
2.1b
FreshFish-Vol4:Useful/dist/dev/e/Amiga_E/
2.1b
FreshFish-Vol3:Useful/dist/dev/e/Amiga_E/
2.1b
.restrictions
This distribution contains only a limited compiler, registered
compiler available separately.
.distribution
Freeware
.email
Wouter@mars.let.uva.nl
.source
Tool sources and lots of other sources in E included
.construction
AsmOne assembler and E compiler itself
.tested
os v33 to v40, 68000 to 040, free of enforcer-hits
.docs
docs/README
docs/beginner.guide
docs/E.guide
.submittal
Submitted electronically directly by the author.
.execute
set choice `RequestChoice "Amiga E" "Please select an option" "View README" "View Guide" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool docs/README TEXT
endif
if $choice EQ "2"
cd docs
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
endif
.aminet-dir
dev/e