Welcome, Guest. Please login or register.

Author Topic: Amiga hardware/software development forum?  (Read 2133 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Amiga hardware/software development forum?
« on: January 19, 2011, 08:06:02 PM »
Quote from: orb85750;607697
Is there any such place where ideas can be shared, help can be gotten, and little or no nonsense is found?


There are development sub forums on here that I've had a positive experience with. And do not forget UtilityBase :)
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Amiga hardware/software development forum?
« Reply #1 on: January 19, 2011, 10:12:34 PM »
Quote from: Cammy;607716
It certainly is the no-nonsense Amiga development forum, and there are knowledgeable programmers there. Some of them might be kind, some of them will make you feel like you should just give up trying to learn to program for the Amiga.

I think sites like utilitybase aren't your best bet if you are a learner but are useful if you are already a developer and need help or advice with a specific coding issue. Sadly, a lot of seasoned developers tend to forget what it was like when they didn't know anything and aren't that helpful to newcomers.

Thankfully, however, they're not all like that.

Another problem, and I admit that I fall into this category also, is that Amiga developers, tend to be biased towards C, which, although probably the ideal language for development on the Amiga (with assembler where it is called for), is not a language that is perfectly suited to beginners that want to "see" some action on their screens. This is a void that I feel tools like BlitzBasic are good at filling. Learning to program the amiga in C, first requires learning C itself which can be a bit of a motivation killer when you realise you won't write anything remotely graphical or event driven for a long while.

My apologies for the awful C puns in the above paragraph.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Amiga hardware/software development forum?
« Reply #2 on: January 19, 2011, 10:43:35 PM »
Quote from: trilobyte;607726
Not to mention that there is C, and then there is Amiga C.  BPTRs, Open(), Printf(), geta6(), register function parameter passing, pragma/alib, stack management, NEAR/FAR, word-alignment... all these things which your compiler may take care of for you, even when you realize you need it not to :)


Indeed. Once you step away from portable C into the realm of system-specific coding, you'll find many such issues, not just on Amiga either.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Amiga hardware/software development forum?
« Reply #3 on: January 20, 2011, 12:39:08 AM »
Quote from: orb85750;607741
Every time I go to utilitybase.com, my AVAST alerts me that it's blocking malware.  Is that site infected??????


Not as far as I know...
int p; // A