pouët.net

Go to bottom

Is qbasic back or not?

category: general [glöplog]
 
Found this after watching the atari geeks video. Hilarious! Post other videos of nerds!
added on the 2006-12-20 19:29:39 by Optimus Optimus
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.
added on the 2006-12-20 23:50:24 by nitro2k01 nitro2k01
2Optimus: about qbasic - positive ;) thx! remember my childhood =]
added on the 2006-12-21 00:34:28 by bitl bitl
Quote:
Found this after watching the atari geeks video. Hilarious! Post other videos of nerds!

haha, me too.
added on the 2006-12-21 00:42:58 by LiraNuna LiraNuna
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 :)
added on the 2006-12-21 06:04:48 by chameleon chameleon
fucking lamer. he sings about that his qbasic code compiled. if they mean quick basic they better say it.
added on the 2006-12-21 06:57:15 by Hatikvah Hatikvah
terribly sorry, but that wasn't funny, that was sad.
added on the 2006-12-21 09:08:55 by reed reed
After all these years, is there anything else that's as easy to get started with?
added on the 2006-12-21 09:12:22 by yesso yesso
yesso: How about FreeBASIC?
added on the 2006-12-21 11:16:42 by Sverker Sverker
Yesso: http://kidbasic.sourceforge.net/why.html

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.
added on the 2006-12-21 12:52:42 by doomdoom doomdoom
http://www.youtube.com/watch?v=Mal6XbN5cEg
the bbcue really needs an auto url feature
yeah, should probably do more qbasic demos ;)
added on the 2006-12-21 14:02:21 by quisten quisten
i think SmallBASIC is a nice language

problem with basic is that after x lines i can't read them at all anymore
added on the 2006-12-21 21:57:38 by linde linde
COMAL > BASIC
added on the 2006-12-21 23:38:25 by doomdoom doomdoom
BASSic
added on the 2006-12-22 00:11:53 by raer raer
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.

added on the 2006-12-22 10:51:26 by Mike 3D Mike 3D

login

Go to top