Skip to main content
Home Forums 68kMLA The E Programming Language — #1
Post #1 by MrMacPlus
Source Forum68kMLA
CategoryDevelopment
Post DateFri, 3 Jul 2009 - 03:45
Original URLhttps://68kmla.org/bb/threads/the-e-programming-language.17841/
Post
Saw this a long time ago, but today realized that this should work on 68k Macs, too.

For those who don't know: E is an object-oriented/procedural/unpure functional/whatever language with quite a popular implementation on the amiga. It's mainly influenced by languages such as C++, Ada, Lisp etc., and features extremely fast compilation, inline assembler, large set of integrated functions, powerful module concept, flexible type-system, quoted expressions, immediate and typed lists, parametric and object polymorphism, exception handling, inheritance, data-hiding, methods, multiple return values, default arguments, register allocation, fast memory management, unification, LISP-Cells, macro-preprocessing, a very powerful source-level debugger, gui-toolkit, library linker, and then some.
It compiles into 68000 assembly language, so as long as there's a compiler made for Mac 68k, it could be a viable choice for programming. The compiler's source is freeware.

http://strlen.com/e/index.html

Any opinions on this? :b&w:

mp.ls