All Discussions > Steam Forums > Off Topic > Topic Details
WeeHawky (Banned) Jun 19, 2024 @ 6:27pm
Do people still code in BASIC?
10 print "hello world"
20 end
< >
Showing 1-11 of 11 comments
Electric Cupcake Jun 19, 2024 @ 6:38pm 
I would hope kids are still spending their lunch and study hall breaks goofing off with the TI 83+ calculators.

Otherwise, school systems handing out locked-down ipads is far worse indoctrination than any amount of LGBT literature and college level CRT courses have ever been.

https://www.cnn.com/2024/06/18/us/lausd-cell-phone-ban-students/index.html

Hell, if were up to me, kids would be given free Raspberry Pis and taught to use them.
Last edited by Electric Cupcake; Jun 19, 2024 @ 6:39pm
WeeHawky (Banned) Jun 19, 2024 @ 6:41pm 
Originally posted by Electric Cupcake:
I would hope kids are still spending their lunch and study hall breaks goofing off with the TI 83+ calculators.

Otherwise, school systems handing out locked-down ipads is far worse indoctrination than any amount of LGBT literature and college level CRT courses have ever been.

https://www.cnn.com/2024/06/18/us/lausd-cell-phone-ban-students/index.html

TI 83+ was the new kid on the block back in the 00s.
Last edited by WeeHawky; Jun 19, 2024 @ 6:41pm
WeeHawky (Banned) Jun 19, 2024 @ 6:48pm 
Originally posted by YT @instituteofgamin:
cls
screen 12
$text = "Hello world"
color a
location 10, 10
print $text

qBasic not basic :csgoanarchist:

Fancy stuff.
aka Jun 19, 2024 @ 8:12pm 
QB compiles to IR. I have used it to make security networks dependent on Python visually flawed, and manipulated their admins like dirt.

QB64 can compile native binaries for most OSs, and it retains compatibility with QBasic and QuickBasic 4.5 code, while adding modern crap like OpenGL1. So, basically, you can write programs in a DOS basic emulation environment and then run them on macOS.

If you fall in love with yourself on IG, make sure it's a pixel, or at least make sure Handoff is not enabled. And if it is, make sure you don't walk through an office building with other Apple users, because it empowers intelligent people way too much. It should be illegal, but then so should a lot of things you people do.


You're welcome friends :KneelingBow:
----------------------------------

CLS
SCREEN 12
DIM sharedText AS STRING
sharedText = "Hello, I'm your friend! aka"
FOR i = 1 TO LEN(sharedText)
COLOR INT(RND * 15) + 1
LOCATE 10, i + 10
PRINT MID$(sharedText, i, 1);
SLEEP 1
NEXT i
FOR i = 0 TO 639
PSET (i, 0), INT(RND * 15) + 1
PSET (i, 479), INT(RND * 15) + 1
NEXT i
FOR i = 0 TO 479
PSET (0, i), INT(RND * 15) + 1
PSET (639, i), INT(RND * 15) + 1
NEXT i
FOR j = 1 TO 100
x1 = INT(RND * 620) + 10
y1 = INT(RND * 460) + 10
x2 = x1 + INT(RND * 20) + 5
y2 = y1 + INT(RND * 20) + 5
COLOR INT(RND * 15) + 1
LINE (x1, y1)-(x2, y2), INT(RND * 15) + 1, BF
SLEEP 2
NEXT j
LOCATE 25, 20
FOR k = 1 TO 15
COLOR INT(RND * 15) + 1
PRINT "You're Jolly Welcome";
SLEEP 2
CLS
SLEEP 1
NEXT k
SHELL "PlayYouTube.bat"
start "" "https://www.youtube.com/watch?v=uCV2E8EGLF8"
WeeHawky (Banned) Jun 19, 2024 @ 8:17pm 
Originally posted by aka:
QB compiles to IR. I have used it to make security networks dependent on Python visually flawed, and manipulated their admins like dirt.

QB64 can compile native binaries for most OSs, and it retains compatibility with QBasic and QuickBasic 4.5 code, while adding modern crap like OpenGL1. So, basically, you can write programs in a DOS basic emulation environment and then run them on macOS.

If you fall in love with yourself on IG, make sure it's a pixel, or at least make sure Handoff is not enabled. And if it is, make sure you don't walk through an office building with other Apple users, because it empowers intelligent people way too much. It should be illegal, but then so should a lot of things you people do.


You're welcome friends :KneelingBow:
----------------------------------

CLS
SCREEN 12
DIM sharedText AS STRING
sharedText = "Hello, I'm your friend! aka"
FOR i = 1 TO LEN(sharedText)
COLOR INT(RND * 15) + 1
LOCATE 10, i + 10
PRINT MID$(sharedText, i, 1);
SLEEP 1
NEXT i
FOR i = 0 TO 639
PSET (i, 0), INT(RND * 15) + 1
PSET (i, 479), INT(RND * 15) + 1
NEXT i
FOR i = 0 TO 479
PSET (0, i), INT(RND * 15) + 1
PSET (639, i), INT(RND * 15) + 1
NEXT i
FOR j = 1 TO 100
x1 = INT(RND * 620) + 10
y1 = INT(RND * 460) + 10
x2 = x1 + INT(RND * 20) + 5
y2 = y1 + INT(RND * 20) + 5
COLOR INT(RND * 15) + 1
LINE (x1, y1)-(x2, y2), INT(RND * 15) + 1, BF
SLEEP 2
NEXT j
LOCATE 25, 20
FOR k = 1 TO 15
COLOR INT(RND * 15) + 1
PRINT "You're Jolly Welcome";
SLEEP 2
CLS
SLEEP 1
NEXT k
SHELL "PlayYouTube.bat"
start "" "https://www.youtube.com/watch?v=uCV2E8EGLF8"

That's a lot of fancy talk too :'(
Lemur Jun 19, 2024 @ 11:22pm 
Originally posted by Weehawky WokeMindMobMonth:
10 print "hello world"
20 end

you can make ANYTHING in basic, just like you can make anything in rust, c++, etc it'll just be more difficult
76561199675916033 Jun 19, 2024 @ 11:25pm 
Originally posted by Lemur:
Originally posted by Weehawky WokeMindMobMonth:
10 print "hello world"
20 end

you can make ANYTHING in basic, just like you can make anything in rust, c++, etc it'll just be more difficult

Um no you can't. It's a very high-level language. Which sounds like a good thing, but as for computer programming, it is not. It is also very slow.
🍋 Lemonfed 🍋 Jun 19, 2024 @ 11:28pm 
I remember seeing a youtube video where someone made an 3D engine with Quick Basic to explain how early first person shooters engine like wolfenstein 3D and Doom work.
LT. Thing Jun 20, 2024 @ 1:01am 
Advanced
Soft Wumbo Jun 20, 2024 @ 1:24am 
01001000 01000101 01001100 01001100 01001111
videogames10 Jun 20, 2024 @ 1:40am 
Originally posted by Weehawky WokeMindMobMonth:

Do people still code in BASIC?

I have doubts.
< >
Showing 1-11 of 11 comments
Per page: 1530 50

All Discussions > Steam Forums > Off Topic > Topic Details
Date Posted: Jun 19, 2024 @ 6:27pm
Posts: 11