I will try to learn some basic.

Published:

I am going to try to learn basic, here is an example that I found for 99 bottles of beer on the wall for HotBasic.

Basic seems to be simple enough:

DEFSTR I$
FOR B = 99 TO 1 STEP-1
  PRINT B; " bottle(s) of beer on the wall,"
  PRINT B; " bottle(s) of beer."
  PRINT "Take one down, pass it around,"
  PRINT B-1; " bottle(s) of beer on the wall." + CRLF
NEXT B
INPUT I$

I will start with C-64 Commodore basic, then go to GWBasic then QBasic-QuickBasic, then to Visual Basic. I will end up using HotBasic. Not regular Visual Basic in the very end, or might try to do both, that is if I am able to learn them, but we will see, But might stick with BBC basic and or JustBasic for a while also.

As for C-64 basic will first try an emulator and then will try NBasic, but won't stay way too long with those as I want to move to other newer basic as fast as I can, if I can.

All of this will take quite some time for sure, who knows how long.

Entry #97

Comments

Avatar truecritic -
#1
If you are going to use a Microsoft based operating system, you should really start out with GW Basic. Similar commands from C64 are only going to confuse you. In fact I would start with whatever BASIC you want to end up with.

Your library should have programming books. Doing simple programs are rather easy. When it comes to figuring out routines not included as examples is when the going gets tough.
Avatar LANTERN -
#2
TrueCritic.
Well, it is too soon to tell as there are so very many free and cheap programs, including non basic programs, such as Lazarus, Euphoria, Phyton, Profan and Dialect, I am not sure if they are non basic, but I might take a look at them and see how the language looks. But old basic does have an appeal to me, since it seems that HotBasic covers a lot of ground, like from old basic commands up to a Visual Basic look a like, the Hot Basic example above looks like old standard basic to me, yet it runs on Hot Basic just the same as it would on an old 8 bit computer.
Well I have to check out many programs and then really see which one is the one for me.
Thank you much for your post, that is really good advice.
Yes, I do need progrmming books and or Internet tutorials and or downloads, It does appear as if Hot Basic will be the program for me, unless I go for a non-basic language.
Avatar RJOh -
#3
Well it has been three years, how is the learning project coming alone? Looking to hearing about the first program you code. Good luck.

Post a Comment

Please Log In

To use this feature you must be logged into your Lottery Post account.

Not a member yet?

If you don't yet have a Lottery Post account, it's simple and free to create one! Just tap the Register button and after a quick process you'll be part of our lottery community.

Register