

www.rolandli.com/wp-content/uploads/2007/11/fortrancardproj039.agr.jpg
BY FEELING GRATEFUL IT'S NOT THIS
( ,
Sun 26 Apr 2009, 1:38,
archived)
BY FEELING GRATEFUL IT'S NOT THIS

there any programs that play a proper tune when used in a pianola.
( ,
Sun 26 Apr 2009, 1:44,
archived)

given the set of all programs P, and the set of all songs S, is the intersection P ∩ S non-empty?
I think that we can assume that this is true.
Now, define a 'musical pseudo-quine' as a program that prints out the text of the song that can be played to the tune made by its source; can such a program exist?
( ,
Sun 26 Apr 2009, 1:56,
archived)
I think that we can assume that this is true.
Now, define a 'musical pseudo-quine' as a program that prints out the text of the song that can be played to the tune made by its source; can such a program exist?

it's like dexter except he's a poop splatter expert by day and a serial shitter by night
( ,
Sun 26 Apr 2009, 2:00,
archived)

it's like dexter except he's a sand expert by day and a postbox by night
( ,
Sun 26 Apr 2009, 2:03,
archived)

There'll be a detective called Clancy Glass.
( ,
Sun 26 Apr 2009, 2:07,
archived)

void doIt() {...}
}
( ,
Sun 26 Apr 2009, 1:40,
archived)
}

I mean, without line numbers, how would you know where you are? Anarchy I tell you. Guesswork at best.
Don't even get me started on subroutines. If I want to go to another piece of a program, I'll damn well goto it (using the line number of course). Returning back to where you came from is for homing pigeons and boomerangs.
( ,
Sun 26 Apr 2009, 2:10,
archived)
Don't even get me started on subroutines. If I want to go to another piece of a program, I'll damn well goto it (using the line number of course). Returning back to where you came from is for homing pigeons and boomerangs.

I went to the interview, the pay on offer was staggeringly good.
"Where's the catch?", I was wondering.
They wanted OO programming skills.
That's true. I'd put a tie on and everything.
( ,
Sun 26 Apr 2009, 2:28,
archived)
"Where's the catch?", I was wondering.
They wanted OO programming skills.
That's true. I'd put a tie on and everything.

I presume they thought that meant twice as unskilled as merely unskilled
( ,
Sun 26 Apr 2009, 2:56,
archived)

Happened all too often back in the day.
Literally, she phoned up offering me a job that involved "oh oh programming skills".
Who knew?
( ,
Sun 26 Apr 2009, 3:22,
archived)
Literally, she phoned up offering me a job that involved "oh oh programming skills".
Who knew?

in the back of "Computer and Video Games"
( ,
Sun 26 Apr 2009, 4:30,
archived)

However, it is fair to use a bit of memory to store a list
of returning destinations... in a stack or the like. Name it,
"GoStack" or even "GoSub", if you wish. Perhaps with some
meta data attached for convenience. You could look at it
in other parts of the code to see what was its objective.
Even copy that, and to attach to new bits of code. [/;-D
( ,
Sun 26 Apr 2009, 2:54,
archived)
of returning destinations... in a stack or the like. Name it,
"GoStack" or even "GoSub", if you wish. Perhaps with some
meta data attached for convenience. You could look at it
in other parts of the code to see what was its objective.
Even copy that, and to attach to new bits of code. [/;-D

a=b? what does that mean? What if a doesn't equal b? Now , "LET a=b", there's some proper manners. Come to that, more languages should have a PLEASE keyword And A THANKYOU would be nice too.
10 GOOD MORNING
20 PLEASE PRINT "Heloo b3ta"
30 PLEASE GOTO 50
50 THANKYOU
60 GOOD DAY
The closest to this level of sophistication so far is LOLCODE with its KTHXBYE command. Unfortunately, it doesn't have line numbers and is therefore shit.
( ,
Sun 26 Apr 2009, 3:05,
archived)
10 GOOD MORNING
20 PLEASE PRINT "Heloo b3ta"
30 PLEASE GOTO 50
50 THANKYOU
60 GOOD DAY
The closest to this level of sophistication so far is LOLCODE with its KTHXBYE command. Unfortunately, it doesn't have line numbers and is therefore shit.

Most unstructured Basics will "LET" and you can use
numeric Labels all over, even down to a line's worth.
I like COBOL for the politest form. No assumptions!
If you did not state it exactly, it does not get in the
final code stream, period. Lacks a "Thank you" tho--LOL.
( ,
Sun 26 Apr 2009, 3:12,
archived)
numeric Labels all over, even down to a line's worth.
I like COBOL for the politest form. No assumptions!
If you did not state it exactly, it does not get in the
final code stream, period. Lacks a "Thank you" tho--LOL.