Welcome, Guest. Please login or register.

Author Topic: Amos or Blitz  (Read 3162 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Amos or Blitz
« on: December 22, 2015, 01:40:56 PM »
Hi,

So I fancy doing a bit of old school basic programming on the miggy.  I used blitz a bit in the past and on the PC and always thought it was pretty powerful.  
Is blitz the best one to go with?  I want to use aga features if at all possible , do both have extra libs for AGA ?

Thanks
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Re: Amos or Blitz
« Reply #1 on: December 22, 2015, 03:36:13 PM »
Quote from: bloodline;800571
Use Blitz, it's faster, has proper data structures, a real debugger, works properly with the operating system and doesn't need any extra libs to work with AGA.

The inline assembler is also a god send if you want to optimise an inner loop.

Also it gives full access to the interrupts, the most useful is the VBL interrupt... Which Amos "sort of" works with when you use the limited version (synchro on) of AMAL... But that is a bit of a pain to do anything serious with.

I could go on... Simply put Blitz is the more modern of the two.


Thanks.  You had me at proper data structures :)   was it blitz i remember having the type command ?

Anyway where to get blitz, manual etc legally  ? back2roots ?
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Re: Amos or Blitz
« Reply #2 on: December 22, 2015, 03:37:42 PM »
Quote from: nicholas;800570
Amiblitz 3 is good and still maintained.  http://www.amiblitz.de/  There also the excellent PureBasic 4.0 but it's no longer maintained.  http://www.purebasic.com/index.php


Is there an english version of  that site ?
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Re: Amos or Blitz
« Reply #3 on: December 22, 2015, 03:40:14 PM »
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Re: Amos or Blitz
« Reply #4 on: December 22, 2015, 03:48:11 PM »
will check out purebasic as well as this seems to be the sequel to blitz
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline jjTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4052
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show all replies
Re: Amos or Blitz
« Reply #5 on: December 23, 2015, 09:06:36 PM »
encapsulation is something I still find people struggle with.  Its the basis for all good code design and should not be restricted to OO languages.

Will have a play with all three but people seem to be leaning heavily towards blitz and pure basic.
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"