Love this language!!!
BlitzMax Forums/BlitzMax Beginners Area/Love this language!!!| 
 | ||
| Man ... it's so easy to make some nice clean code with this!  I suppose I've been really waiting for a good OO way to do things and in Blitz3D I had a good method of organzing things for myself but in BlitzMax the amount of organization you can get is much improved.  Thanks ;) | 
| 
 | ||
| Agreed. Although I'm still learning the OOP ways of coding I'm finding that my code is more organised and readale. Its easy to identify problems when you've chosen the OOP route. | 
| 
 | ||
| Jeremy Agreed! I've started porting some of my old code up to BlitzMax and it's been a lot of fun. Rewriting old hacky routines to use OOP techniques is like a breath of minty fresh air... | 
| 
 | ||
| It's not the OOP so much for me as it is to be able to break a program into separately compiled modules. |