The basics of BASIC, the programming language of the 1980s.

The basics of BASIC, the programming language of the 1980s.

The 8-Bit Guy

7 лет назад

2,374,667 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Zaph Kiel
Zaph Kiel - 11.10.2023 03:34

I was born too late 😢

Ответить
T J
T J - 09.10.2023 02:01

a lot of that basic code seems similar to G code, I wonder if they are related.

Ответить
Dingus Bingus
Dingus Bingus - 03.10.2023 18:56

Love all the great stories in the comments

Ответить
L W
L W - 03.10.2023 15:13

Growing up, the siblings and I never got much further than the
10 PRINT “ insert insult with sibling name “
20 GOTO 10
RUN
And yes, the old ‘SYNTAX ERROR’

Ответить
Dan
Dan - 25.09.2023 16:56

BASIC was my first love with computer. She was simple and easy to understand.
FORTRAN was my next acquaintance but I was not interested to make her be my lover.
Pascal was eventual the love of my life.
C, C++ could never swayed me over regardless how pretty or powerful they were.

Ответить
RabbityRabRab
RabbityRabRab - 22.09.2023 02:13

Nice video

Ответить
Lucha Libre Films
Lucha Libre Films - 21.09.2023 06:37

I learned Basic on an Apple III a very long time ago. No tape drive, but a 5 1/2 inch floppy disk.

Ответить
Random Life
Random Life - 18.09.2023 13:41

I have a few questions however I'm currently very busy and will get back to this channel!! I have an old Tandy 1000 and I'm working on booting it up again as it was my first PC! I learned the basics of basic from just entering in programs from PC magazine... yes it's that simple if you spend the time and effort in and think in Logic or your Vulcan by nature!

Ответить
G1 Convoy
G1 Convoy - 12.09.2023 08:45

I love it when you do Documentary series unfortunately when I was in school the first computer I used was a Macintosh Colour Classic it and we had to bus to a special lab too and one thing i love to do on that system was there Paint program and Oregon Trail after we do Typing I think it was Mario Typing I am not 100% sure I usuly try to draw the Enterprise-D or the Enterprise-A on it

Ответить
system2
system2 - 29.08.2023 17:44

BASIC - Pascal - Visual Basic - C - Prolog - COBOL - ADA - Perl - Tcl - JavaScript - Java - Python - Rust: I owe my coding journey to Basic. Thank you.

Ответить
system2
system2 - 29.08.2023 17:35

I peeked and poked my way through the 1980s.

Ответить
GRIND ALCHEMY TECHNOLOGIES™
GRIND ALCHEMY TECHNOLOGIES™ - 29.08.2023 10:37

Wow Tandy from RadioShack that was my 1st pc....

Ответить
Russ DaCic
Russ DaCic - 22.08.2023 08:24

Kid from 06, bit in grade 7 my school still used Mathpower textbooks, which had basic in them.... The computers to run these are long gone (although i remember appleworks in the computer lab in grade 1)... I remember finding an emulator online and typing it into a chromebook... It would be cool if they did that now

Ответить
Buddy Austin
Buddy Austin - 21.08.2023 20:55

Started mid-70s, as a 12 year old kid. TRS-80. 4K RAM, cassette drive.

I still remember the game “Pillbox”. It was a 2-player game where you lobbed mortar shells at each other. Almost set up like Pong - one guy on each side of the screen. You had to calculate the elevation and speed of the round and then let it fly! BOOM!

Graduated to an Apple 2e. 16K RAM (I think) plus an actual disk drive!

Then all the way to a PC clone. 286 with 640K and (hold on to your hats) a 20 meg HDD! No way they’d ever make a computer more powerful than that, right?! 😉

Oh, sorry, got to run…I’ve got to take this video meeting…on my watch! 🤣

Ответить
Kaustabh Singha Roy
Kaustabh Singha Roy - 17.07.2023 09:18

Born in the late 70s , i did basic in the school, my first encounter with computers. Today i am something something but the fun is nowhere near to those days.

Ответить
Experterna
Experterna - 14.07.2023 22:59

crap, i relize im old cus i coded in basic

Ответить
Isaac Spradling
Isaac Spradling - 14.07.2023 15:44

I used to have all of those MicroAdventures books. Good times!

Ответить
ZenoTasedro
ZenoTasedro - 13.07.2023 05:40

The glory of basic on these old machines imo is peek/poke/call. An interpreter on a system without a user mode or anything is very unique and awesome

Ответить
Saturn 7
Saturn 7 - 08.07.2023 17:24

When I was a teenager I made a decent basic game with like 1,000 lines of code...was large for its day. It had main menu, high scores, random block generator with player movement where you collect gold coins for score and a timer with spider looking thing that would get you when the timer ran out to end the game....shame I didnt keep it...

Ответить
Serkan ALIÇ
Serkan ALIÇ - 03.07.2023 15:31

mr. murray, thank you for the video. although, i'm a bit surprised not to see an amstrad or a sinclair on the desk in front of you, as they are one of the few gems of the 8-bit era...

Ответить
Arthur T
Arthur T - 01.07.2023 01:23

I wrote a BASIC compiler once, but I'm better now.

Ответить
Derrick Bonsell
Derrick Bonsell - 29.06.2023 20:39

Interesting to see that Microsoft was absolutely dominating the software world from the start.

Ответить
Rob Spotts
Rob Spotts - 24.06.2023 01:41

On Atari BASIC (probably other too) you could marry BASIC with machine code using the USR() command to help speed things up.

Ответить
Robert Attkisson
Robert Attkisson - 19.06.2023 23:17

damn that math book looks familiar

Ответить
TimeMachine
TimeMachine - 19.06.2023 00:54

Nostalgic..I wrote entire cricket program in basic and used to play with my brother

Ответить
YuGiOhFanatic
YuGiOhFanatic - 16.06.2023 12:36

my first command was FORMAT applied to a floppy disc of the new CP/M 3.0 on commodore 128D

Ответить
John Hoens
John Hoens - 12.06.2023 20:08

I always wanted to download an Old-School Basic interpreter but I have always been warned off of downloads that contain viruses and other ad-ware. Any ideas?

Ответить
Psycandy
Psycandy - 12.06.2023 00:49

10 INPUT A$ 20 PRINT "HELLO "A$ 30 PAUSE 0 40 CLS 50 PRINT "THIS IS MY COMMENT, "A$

Ответить
Sylvanas Cry
Sylvanas Cry - 11.06.2023 20:23

When my TV broke down, I wrote programs on my ZX Spectrum blindly. Of course the result could only be heard, so I wrote music programs for the beeper ;)

Ответить
Ruud T.
Ruud T. - 11.06.2023 00:23

Programming Tetris in BASIC within an hour ? Really ?

Ответить
Peter Nielsen
Peter Nielsen - 04.06.2023 21:31

I taught myself basic BASIC in middle school in the late '70s. In the early '80s I got an Atari 800 with Atari BASIC. Loved it but had some different ways of doing things.
Besides the manual, Compute books taught me alot. Used Atari for along time until I finally started with the PC. Still miss my Atari.

Ответить
Sivakrishna T
Sivakrishna T - 27.05.2023 15:02

Lost interest after Microsoft came to picture.

Ответить
Rao
Rao - 26.05.2023 15:37

boy that takes me back!

Ответить
Michael Schulz
Michael Schulz - 25.05.2023 23:58

Coding in BASIC was just painful.

Ответить
Patrick Cannell
Patrick Cannell - 19.05.2023 00:05

I used to write engineering calculations in basic. To speed up we used to compile the program.

Ответить
idkw
idkw - 12.05.2023 05:00

Me: types in "basic programming language tutorial:
Every pyton tutorial that has basic in its name: hello

Ответить
Joey Juarez
Joey Juarez - 03.05.2023 20:38

Is there still a way to use BASIC nowadays? Is there any software or emulator I could download?

Ответить
Fernand Lust
Fernand Lust - 10.04.2023 02:43

Back in 1978 I learned Basic on a Honeywell 6000 machine. Input Keyboard was a TTY, to write and read data to floppy - 8"- ,you had to specify the track where to write or read. It was really fun.

Ответить
モレナウエル
モレナウエル - 05.04.2023 11:57

I wish I had started doing basic on Qbasic, instead of the Spectrum and the Amstrad CPC's Basic and GWBasic on Pc... Having labels was so much more op.

Ответить
Ben Johnson
Ben Johnson - 30.03.2023 07:25

My parents bought me a TRS-80 Model III for Christmas 1981 or 82 I think it was... I was only 12 and taught myself BASIC from the book that came with it, and by typing in games from magazines. So grateful to have had the experience.

Ответить
Juan
Juan - 28.03.2023 10:33

I never understood how to save to cassette, so I ended up writing my code in paper first and then type it back whenever I wanted it to run :D

Ответить
Steven Connor
Steven Connor - 27.03.2023 05:21

😂 I had no idea this book existed until now. I remember must have been 8 or 9 playing my commodore 16 yeah I know the darker coloured poor wee brother to the due to be released c64, I had scarletina a mild form of scarlet fever but it was contagious so I was confined to my room not allowed to see anyone except my mum who would bring me in soup etc.. well I had went through the games I had and was so utterly bored I picked up the c16 manual ( commodore gave really good manuals back in the day) and started learning basic, done a wee program that could select the colour and line thickness and use the arrow keys to draw on the screen, this was quickly ammended to using the joystick when I found out the joy command lol. I then. I wanted to make a chess programme but that was too complex at the moment so I started on a game of checkers.... And look what I see in your book a game of checkers..how many hours you could have saved me. Between the book, basic syntax and reverse engineering small programs. It taught me basic programming at a time even a few years later most teachers didn't know I think we had one maths teacher and a physics teacher who were in on the subject at the time.. thank goodness I never went down the coding route my eyes would be square by now ( according to my mother) 😂

Ответить
Eliano Biques
Eliano Biques - 26.03.2023 03:19

I really miss my TK100 and TK2000.

Ответить
HtS643KyS6555GxQ3edA
HtS643KyS6555GxQ3edA - 25.03.2023 23:51

As a boy in grade school, time didn’t matter while typing in BASIC programs that were listed in textbooks. I was excited to see if the program worked.

Ответить
James
James - 20.03.2023 18:42

I enjoyed the Ghostbusters dogs and cats reference

Ответить
Leslie Baker
Leslie Baker - 20.03.2023 12:14

One of the best modern versions of BASIC is Richard Russell's 'BBC Basic for Windows' (BB4W).. A much updated version of the original BBC BASIC used on the Acorn Model B and Master series of computers. It is easy to learn, has a lot of help included, and your programs can be compiled into stand alone '.exe' files.

Ответить