Back in the day I had a little .mod file player that output to a soundblaster, but it was too slow to run in realtime with all four channels enabled and due to memory limitations it could only load files that were <32kb.
I've since lost the code, which isn't too troubling to me since it was pretty much completely useless.
Name:
Anonymous2007-09-27 8:57 ID:qusoIKit
>>8 Back in the day I had a little .mod file player that output to a soundblaster
LISP can only dream of doing that.
>>9
If I owned a Soundblaster, I would implement a mod player in Lisp to water down your troll.
Name:
Anonymous2007-09-27 9:25 ID:Sz/i81wE
Everyone on /prog/ is so pissed off about being unable to use lisp they turn even a QBASIC thread into an anti-lisp propaganda thread.
Name:
Anonymous2007-09-27 9:31 ID:qusoIKit
>>10
No you wouldn't. You'd implement some basic math exercise like calculating Pi. Because that's all retarded toy language faggots ever do. Because it's all toy languages can do.
Name:
Anonymous2007-09-27 9:36 ID:haH38OEq
ITT Cfag.
BTW, QuickBasic 4.0 was pretty fast compiling Basic, I think you had to pass /Ox to optimize your code.
>>12
Hahaha, so true. That's why "factorials in your favorite language" threads are always filled with LISP/Haskell/OtherUselessLanguage fanboys while real world programming questions are always answered with perl/phython/C/whatever.
Name:
Anonymous2007-09-27 11:03 ID:qL0JWoep
DEF SEG=&HB800
SCREEN 7
DO
FOR L1=0 TO 16383
POKE L1,INT(RND(1)*255)
NEXT
LOOP
What is your issue with BBCode. It's a damn language. It isn't all that easy to code, but it's better than say PHP if you ask me.
Name:
Anonymous2007-09-27 16:29 ID:L4yeVs4V
>>22
Actually, (and I'm being serious), I considered for a second QBasic over Java. I chose Java as a better less painful language to work with, albeit this was a painful decision because matching QBasic against Java is a lose-lose situation.
Name:
Anonymous2007-09-27 16:35 ID:TXo21vQ0
What is your issue with machine code. It's a damn language. It isn't all that easy to code, but it's better than say Java if you ask me.