Is qbasic back or not?
category: general [glöplog]
Found this after watching the atari geeks video. Hilarious! Post other videos of nerds!
Related:
double is_computer_on_fire(void)
Returns the temperature of the motherboard if the computer is currently on fire. If the computer isn't on fire, the function returns some other value.
double is_computer_on_fire(void)
Returns the temperature of the motherboard if the computer is currently on fire. If the computer isn't on fire, the function returns some other value.
2Optimus: about qbasic - positive ;) thx! remember my childhood =]
Quote:
Found this after watching the atari geeks video. Hilarious! Post other videos of nerds!
haha, me too.
Heh, memories... reminds me of my early years, one of my aunts colleagues from m.i.t came over, he took over our computer and wrote a physics engine in qbasic.. he said he was gonna re-write it in asm, but I think he just wanted to test out our top notch PC :)
fucking lamer. he sings about that his qbasic code compiled. if they mean quick basic they better say it.
terribly sorry, but that wasn't funny, that was sad.
After all these years, is there anything else that's as easy to get started with?
yesso: How about FreeBASIC?
Yesso: http://kidbasic.sourceforge.net/why.html
And
[url]http://www.salon.com/tech/feature/2006/09/14/basic/index_np.html[/url/
And
[url]http://www.salon.com/tech/feature/2006/09/14/basic/index_np.html[/url/
I think I tried FreeBASIC once. If I remember correctly it sucked balls. KidBASIC looks mighty fine though. For kids. Of course, they forgot rule #1 when you're making stuff for kids: don't put the word "kid" in the name.
http://www.youtube.com/watch?v=Mal6XbN5cEg
the bbcue really needs an auto url feature
yeah, should probably do more qbasic demos ;)
i think SmallBASIC is a nice language
problem with basic is that after x lines i can't read them at all anymore
problem with basic is that after x lines i can't read them at all anymore
COMAL > BASIC
BASSic
CLS
PRINT "C:> ";
DO WHILE (2 > 1)
j$ = INKEY$
IF (LEN(j$) = 1) THEN
IF (ASC(j$) = 27) THEN STOP
PRINT j$;
END IF
LOOP
NOTE: you will have to use <Esc> to end this one.
PRINT "C:> ";
DO WHILE (2 > 1)
j$ = INKEY$
IF (LEN(j$) = 1) THEN
IF (ASC(j$) = 27) THEN STOP
PRINT j$;
END IF
LOOP
NOTE: you will have to use <Esc> to end this one.