GCowbasic
I'm a C programmer but having looked at GCbasic, I figured it would be worth a try.
It is very good imho.
Very functional albeit limits on size of variables and no bit testing in compare. However, there are workarounds that you can do to overcome problems.
The only thing I dont like is that there is a bit of a grey area when you write a structure eg if x = y then..... the following code has to be carefully structured otherwise it can go awray.
Id like to see braces eg then {this is the stuff it should be doing} and standard commenting rather than ' for a comment but that's just me.
Well worth looking at and contributing. Cheers, Alistair George