Amiga.org

Amiga News and Community Announcements => Amiga News and Community Announcements => Amiga Programming and Development => Topic started by: ChrisH on June 15, 2008, 08:47:46 PM

Title: PortablE compiler released
Post by: ChrisH on June 15, 2008, 08:47:46 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)
Title: Re: PortablE compiler released
Post by: ChrisH on June 17, 2008, 09:57:20 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.
Title: Re: PortablE compiler released
Post by: ChrisH on June 23, 2008, 04:56:50 PM
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...