English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language

 
 
Thread Tools
Old 12 June 2024, 00:07   #1
AF2013
Registered User
 
Join Date: Apr 2013
Location: .
Posts: 262
Question Portabl E ?

This is programming language seem like AMIGA E.

https://cshandley.co.uk/portable/examples/


What System does need be work on Amiga? It is for AmigaOS 4?
AF2013 is offline  
Old 12 June 2024, 01:01   #2
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,590
As far as i know is available for AROS too
saimon69 is offline  
Old 12 June 2024, 01:47   #3
AF2013
Registered User
 
Join Date: Apr 2013
Location: .
Posts: 262
AROS? Does that mean I need download AROS for windows?

Sorry I am new to AROS....
AF2013 is offline  
Old 12 June 2024, 02:08   #4
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,262
AROS is an Amiga system that runs on many Platforms, you can run it on native PCs or Virtualised machines.

https://axrt.org/downloads-aros



In this Distro of mine you will find Portable installed and running !

https://sites.google.com/view/arosone
AMIGASYSTEM is offline  
Old 12 June 2024, 06:14   #5
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,199
It works on AmigaOS 3.x also if you have 128 MiB of RAM and GCC.
Samurai_Crow is offline  
Old 12 June 2024, 06:19   #6
Pyromania
Moderator
 
Pyromania's Avatar
 
Join Date: Jan 2002
Location: Chicago, IL
Posts: 3,389
AROS also runs on the Apollo Team’s Vampire V4 technology for most classic Amigas and the V4 Stand-Alone. It’s called ApolloOS on those systems.
Pyromania is offline  
Old 12 June 2024, 11:11   #7
AF2013
Registered User
 
Join Date: Apr 2013
Location: .
Posts: 262
I got Vampire 4 as bit of hit and miss to be honest. Sometime crash or freeze.

thanks for all interesting feedback I will checked those.

When I double click source code of AMIGA E and it kept saying "icon had no default tool"

How do i can make work? What files need to make icon work as then I see the source code of Amiga E.

Last edited by AF2013; 12 June 2024 at 11:22.
AF2013 is offline  
Old 12 June 2024, 13:24   #8
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,835
https://github.com/dmcoles/EVO
kamelito is offline  
Old 12 June 2024, 14:02   #9
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,262
Quote:
Originally Posted by AF2013 View Post
When I double click source code of AMIGA E and it kept saying "icon had no default tool"

How do i can make work? What files need to make icon work as then I see the source code of Amiga E.
If you want to compile with PortablE you cannot associate a source file, at most you can associate a compilation script.

To compile, you have to run this command

PortablE Source.e

After that you will get a file named Source.cpp

To get the executable then you have to run this command:

C++ Source.cpp -o file name (executable file name)

Of course you must also have GCC installed on your system
AMIGASYSTEM is offline  
Old 13 June 2024, 15:10   #10
jman
Registered User
 
Join Date: Nov 2010
Location: .
Posts: 369
Quote:
Originally Posted by AMIGASYSTEM View Post
To compile, you have to run

Code:
PortablE Source.e
C++ Source.cpp -o file name
By reading these instructions I infer that PortablE is not a compiler but rather a "transpiler" from language E to C++? Am I understanding correctly?
jman is offline  
Old 13 June 2024, 17:08   #11
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,199
Correct. It is a transpiler.
Samurai_Crow is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 13:27.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10044 seconds with 14 queries