Welcome, Guest. Please login or register.

Author Topic: PortablE r2 released  (Read 1308 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ChrisHTopic starter

  • Jr. Member
  • **
  • Join Date: Jun 2007
  • Posts: 92
  • Country: 00
    • Show only replies by ChrisH
    • http://cshandley.co.uk/email
PortablE r2 released
« on: July 05, 2008, 02:48:35 AM »
A new version of PortablE has been released.  PortablE is an AmigaE compiler, written from scratch in E, and able to compile itself.  It supports Amiga OS3, OS4, AROS & MorphOS.



The main changes for this release are:
* Programs can now be compiled on an OS4 machine, thanks to support for GCC v4 & NewLib.
* Programs can now be run from Workbench, and "wbmessage" is supported.
* Shell return codes are now support, by returning a value from main().
* Added a Run Time Type Information (RTTI) system for classes.
* Fixed several bugs, including an OS4-specific one.

If you want to find out more, or wish to download it, then please visit it's home page:
cshandley.co.uk/portable
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue.
 

Offline TheMagicM

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2857
    • Show only replies by TheMagicM
    • http://www.BartonekDragRacing.com
Re: PortablE r2 released
« Reply #1 on: July 05, 2008, 04:55:17 AM »
How powerful is AmigaE/PortablE?   Can you make full blown applications with it?  (diskmaster type stuff, database apps etc.)
PowerMac G5 dual 2.0ghz/128meg Radeon/500gb HD/2GB RAM, MorphOS 3.9 registered, user #1900
Powerbook G4 5,6 1.67ghz/2gb RAM, Radeon 9700/250gb hd, MorphOS 3.9 registered #3143
 

Offline ChrisHTopic starter

  • Jr. Member
  • **
  • Join Date: Jun 2007
  • Posts: 92
  • Country: 00
    • Show only replies by ChrisH
    • http://cshandley.co.uk/email
Re: PortablE r2 released
« Reply #2 on: July 05, 2008, 07:52:47 AM »
@TheMagicM
PortablE is a full-blown programming language, comparable to C++ or Java, and in many ways more powerful than AmigaE (although it does miss a few of AmigaE's more esoteric features).

The only thing that might restrict what you can do is that it currently only supports these AmigaOS modules:  Asl, Commodities, Console, Devices (inc. Timer), Diskfont, Dos, Exec, Gadtools, Graphics, Icon, Intuition, Resources, Utility & Workbench, plus part of AmigaLib, class, Other & Tools.


Additional AmigaOS modules could be added if there is interest, but it is also quite feasible for other people to add them too (since OS modules are little more than a text file listing what things an AmigaOS C header contains).

For more details, have a look at the manual:
http://cshandley.co.uk/portable/PortablE.html#2_2
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue.
 

Offline Opus

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 134
    • Show only replies by Opus
Re: PortablE r2 released
« Reply #3 on: July 09, 2008, 03:44:34 PM »
great to see the interest in Amiga and thank you!