PDA

View Full Version : PortablE compiler released


ChrisH
06-15-2008, 01:47 PM
PortablE is an AmigaE compiler, written from scratch in E, and able to compile itself. It supports Amiga OS3, OS4, AROS & MorphOS.

It attempts to improve on the AmigaE language, and also to make it portable across various OSes. Backwards compatibility was not a top priority, although I feel it is pretty good now.


http://cshandley.co.uk/portable/PortablE_small_logo.PNG (http://cshandley.co.uk/portable)
PortablE is not a traditional compiler, because it doesn't output machine code, or even assembler, but rather it translates your code into another language (not just C++) for a chosen OS (not just AmigaOS). You would then be expected to give the output code to a 'real' compiler.

When PortablE is generating the target code, it tries to preserve most of the formatting & layout of the (original) source code. The aim here is that someone could edit the target code instead, and perhaps even use it instead of the source code.

If you want to find out more, or download it, then please visit it's home page:
cshandley.co.uk/portable (http://cshandley.co.uk/portable)


AmigaE language (http://cshandley.co.uk/portable/PortablE.html#2_1)

ChrisH
06-17-2008, 02:57 AM
"A Beginner's Guide to Amiga E" by Jason Hulance (http://cshandley.co.uk/JasonHulance/beginner_1.html) is now fixed to work on Internet Explorer.

ChrisH
06-23-2008, 09:56 AM
Bah, the first page of the Beginner's Guide still did not work in Internet Explorer, due to an oversight on my part. Anyway, it's REALLY fixed now...