Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: trekiej on August 24, 2011, 11:41:33 PM

Title: Amiga E
Post by: trekiej on August 24, 2011, 11:41:33 PM
Does anyone know of some applications written in E?
Moderator please cancel the other post in news/dev.
Title: Re: Amiga E
Post by: Matt_H on August 25, 2011, 12:33:45 AM
This should be a start: Clicky (http://aminet.net/search?readme=%22amiga+e%22)
Title: Re: Amiga E
Post by: Cammy on August 25, 2011, 01:08:04 AM
Photogenics (http://www.idruna.com/products_features.html), Dynamite (http://amisource.de/dynamite/), ChangeIt (http://changeit.ppa.pl/main_gb.html), EvenMore (http://aminet.net/package/text/show/EvenMore), and heaps of other fast and system friendly applications and games were written in AmigaE.
Title: Re: Amiga E
Post by: trekiej on August 25, 2011, 07:18:51 AM
Thanks.
PortablE was written in E as well, now that I recall.
I am having some fun with Port. on Win.
It is definitely different to some of the other languages I have used.
How about games? Oops, I spoke too soon.
Title: Re: Amiga E
Post by: nyteschayde on August 25, 2011, 07:19:38 AM
Where can I learn about AmigaE as a programming language?
Title: Re: Amiga E
Post by: trekiej on August 25, 2011, 07:22:46 AM
http://www.amigau.com/c-programming/amigae.htm
Title: Re: Amiga E
Post by: amigadave on August 25, 2011, 07:53:59 AM
Quote from: trekiej;656072
Thanks.
PortablE was written in E as well, now that I recall.
I am having some fun with Port. on Win.
It is definitely different to some of the other languages I have used.
How about games? Oops, I spoke too soon.

I would be surprised if PortablE was written in Amiga E!  I think it is probably written in C, or C++, or some other easily portable language, as the intent of PortablE is to make it better than C/C++ and some other popular programming languages, while also making it easily portable to many different platforms.  I know that PortablE compiles it's "E" code into C/C++ executable code, or something like that.
Title: Re: Amiga E
Post by: nyteschayde on August 25, 2011, 07:55:30 AM
Thanks!
Title: Re: Amiga E
Post by: trekiej on August 25, 2011, 08:23:52 AM
http://cshandley.co.uk/portable/PortablE.html#2_0
Under Section 2.3 Current Status
Portable was written in E.
Sorry, I had to double check myself.
Edit:
@NyteSchayde
Beginner.lha is a good source so far.
7zip seems to be a good way to decompress it on Win.
Title: Re: Amiga E
Post by: deniil on August 25, 2011, 03:19:09 PM
@amigadave

PortablE was written in Amiga-E and then gradually ported to PortableE, which means it is now capable of compiling itself. That is how he can support so many platforms now.

@trekiej

Most of my programs are written in E:
CodeAudio (formerly TheMpegEncGUI)
MultiRen
Detris
DRemind
JoinSplitter
...

Pretty much everything that says OS3/68k on onyxsoft.se is written in E.
For OS4 I've written DeeJayD (still alpha) and SpeakerRangeTester in PortableE.
Title: Re: Amiga E
Post by: trekiej on August 25, 2011, 05:40:15 PM
That is great to know.
I do find PortablE a little difficult.
It seems a bit rigid but not to difficult.
Maybe it is my experience with C.
Title: Re: Amiga E
Post by: Stevo on August 25, 2011, 08:01:23 PM
Might I suggest ECX?

http://blubbedev.net/ecx/

The site also has some nice classic E info.
Title: Re: Amiga E
Post by: trekiej on August 25, 2011, 08:13:32 PM
PortablE works on more platforms. I do not have anything against ecx. I have not used it.