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
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.