Welcome, Guest. Please login or register.

Author Topic: Learn to program Amiga applications and games in #AmigaE  (Read 22143 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline desiv

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1270
    • Show all replies
Re: Learn to program Amiga applications and games in #AmigaE
« on: August 16, 2011, 03:55:51 PM »
Quote from: JJ;654930
Is AmigaE a fully OO language like .net
 Are there plenty of class libs to use for everyhting you need ?
 is it it similar in syntax to C ?

Object oriented??  I hope not.. I got out of serious programming just before that became popular..
Let's google..

Quote
Amiga E is a combination of many features from a number of languages, but follows the original C programming language  most closely in terms of basic concepts.
Nice..  So far so good..

Quote
Amiga E's main benefits are  fast compilation (allowing it to be used in place of a scripting  language), very readable source code, flexible type system, powerful  module system, exception handling (not C++ variant)
Wow.. I like the sound of that..

Quote
and Object oriented programming.
D'oh!

:(  :lol:

desiv
Amiga 1200 w/ ACA1230/28 - 4G CF, MAS Player, ext floppy, and 1084S.
Amiga 500 w/ 2M CHIP and 8M FAST RAM, DCTV, AEHD floppy, and 1084S.
Amiga 1000 w/ 4M FAST RAM, DUAL CF hard drives, external floppy.
 

Offline desiv

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1270
    • Show all replies
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #1 on: August 18, 2011, 03:39:29 AM »
Quote from: Thorham;654960
And what exactly is wrong with object orientation?
The fact that I got out of programming before it started, so I haven't used it.
:lol:

My wife spent a fair amount of time programming OO code (in Windows..  I know, and I still married her...  I'll get her using gcc on Linux yet!! :-), so I could always ask her for help.. ;-)

Might drive her crazy tho; as a programmer, I'm a great sysadmin.  :)

desiv
Amiga 1200 w/ ACA1230/28 - 4G CF, MAS Player, ext floppy, and 1084S.
Amiga 500 w/ 2M CHIP and 8M FAST RAM, DCTV, AEHD floppy, and 1084S.
Amiga 1000 w/ 4M FAST RAM, DUAL CF hard drives, external floppy.
 

Offline desiv

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1270
    • Show all replies
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #2 on: August 19, 2011, 04:18:03 AM »
Quote from: Thorham;655230
Then read up on it. It's not very hard to understand and can be very useful sometimes (but not always).
I might, but with what I do, bash scripts (grep, sed, awk, etc) and sometimes perl and PHP handle most of what I need..
Sometimes I poke at C code..

But I'm thinking about it..

desiv
Amiga 1200 w/ ACA1230/28 - 4G CF, MAS Player, ext floppy, and 1084S.
Amiga 500 w/ 2M CHIP and 8M FAST RAM, DCTV, AEHD floppy, and 1084S.
Amiga 1000 w/ 4M FAST RAM, DUAL CF hard drives, external floppy.