Results 1 to 29 of 29

Thread: Has anyone ever tried...

  1. #1
    Guest

    Post

    Has anyone ever tried the original basic? Download it here http://www.geocities.com/jake_e_bush/vbasic.htm

  2. #2
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268

    Probably not

    I would think not, if it is older than AppleSoft Basic then it wouldn't include any of the more advanced functions, like separate subroutines and stuff.
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

  3. #3
    Guest

    Post Nope

    Nope, it doesnt include anything. Its all one long row of code starting with

    10 Cls

    And ending with

    9999 End

  4. #4
    Guest

    Post People...

    People, you should definitly check this out, its a great history leason!

  5. #5
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593

    Question

    What about BBC Basic and Basic for ZX Spectrum. Surely it was not before that lot - I thought BASICA first appeared with the IBM clones in the early-mid 80s. The Spectrum was around in the very early 80s.

    John

  6. #6
    Guest
    The first Programming language was Algorthoriam or something like that..it was around the 60s

  7. #7
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    I rebember BBC BASIC, That was Great. That was my 2nd language, my first was on this wierd calculator thing I had when I was 8, You could only see one line at a time and that line was only 12 characters long, it was brilliant, it had 16K of memory and by the time I put it to rest It was falling apart because I handled it so much.

  8. #8
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Have anone used GWBASIC out there? It was my first language
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  9. #9
    Guest
    My first languge was Qbasic. But befoire that I used Batch files (I don't know if they count or not)

  10. #10
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    batch files! LOL! HEhe, well it's somekind of programming language, or should i say more like a script
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  11. #11
    Guest
    Back then i was stupid enough to think that you could make a game using batch files!

  12. #12
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I had my batch files to "execute" the bas .bas files with gwbasic, i thought they was like real exe-files.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  13. #13
    Guest
    you could run those files without compiling them into EXE's??

  14. #14
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Well isnt BASIC an interpretted language?
    "People who think they know everything are a great annoyance to those of us who do."

  15. #15
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Gwbasic rocks! There's a system command which exits to dos and running gwbasic filename, runs a basfile, it's almost like exe's when u put a batfile to do this
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  16. #16
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    I made a great game with batch files, It was text based obviously, but it had some great ASCII art

  17. #17
    Guest
    How'd you make a game using Batch files? what was it like?

  18. #18
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    does anyone ever write batch fiels?

  19. #19
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I write to my autoexec.bat sometimes
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  20. #20
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    M'Game was just a sort of "You arrive at a swamp, there is a boatsman who offers to take you accross."

    and you'd have to write "Take Boat", or "go to Castle"

    basicly I had loads of directories, one for each "place" and a little batch file in the directory for each command and one to put the picture up. as you moved through the game all the little batch files got moved and deleted and added because you were changing what you could do, You had to unzip the whole thing every time you started.

  21. #21
    Guest
    I don't think there is a need for batch files today.(with the exception of autoexec) In Windows, we have shortcuts instead of bach files.

  22. #22
    Guest

    Post ?????

    Whats a batch file?

  23. #23
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Everynow and then I do have to change my autoexec.bat and I find bat files a convinient way of distrubing Java programs for Windows. When everyone who has Windows has WSH installed I guess we won't need .bat files anymore.

    "People who think they know everything are a great annoyance to those of us who do."

  24. #24
    Guest
    Chimp-> Batch files work like shortcuts in windows. For example: If you type C:\Mygame.exe, the computer will load that file up. They also work as initializing drivers for Windows (like your autoexec.bat file)

  25. #25
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Well the LNK's in windows doesn't really replace the batman file, you can make pretty advanced things with it.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  26. #26
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Batman files (is that what were calling them now?) are more like a simple form of shell programming. Not up to what you can do in Unix/Linux but they still came in pretty handy back in the days of DOS.
    "People who think they know everything are a great annoyance to those of us who do."

  27. #27
    Guest

    A little off subject but I heard the Win2K will not be supporting DOS anymore.

  28. #28
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    I agree.

    Also, I would like to draw to everyone's attention the following quote by ked...

    Gwbasic rocks!

  29. #29
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    dance, baby, dance!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width