lol IRC
1
Name:
Anonymous
2008-02-10 16:00
17:18 < PoppaVic> there are no real C-interpreters. There are merely emulators.
17:19 < PoppaVic> there are no "ASM-interpreters" either.
17:20 < PoppaVic> there are emulators.. anf folks need to wake the fuck up and stop pointing at me.
17:24 < PoppaVic> there IS NO GODDAMNED "MACHINE CODE"
41
Name:
Anonymous
2008-02-13 1:57
Balder Han Solo
42
Name:
Anonymous
2008-03-11 21:44
────┐ ┌────────────┐
└─────┐ ┌─┘ └──┐ HAVE YOU READ
└───────┘ ┌───┐ └──┐ YOUR SICP TODAY ?
│ P │ │
└───┘ │
│
┌───────┘
──────────────────┐ └──────┐
└─────┐ ┌───┘
└──────┘
43
Name:
Anonymous
2008-03-11 21:45
────┐ ┌────────────┐
└─────┐ ┌─┘ └──┐
└───────┘ ┌───┐ └──┐
│ P │ │
└───┘ │
│
┌───────┘
──────────────────┐ └──────┐
└─────┐ ┌───┘
└──────┘
44
Name:
Anonymous
2008-03-11 21:46
────┐ ┌────────────┐
└─────┐ ┌─┘ └──┐
└───────┘ ┌───┐ └──┐
│ P │ │
└───┘ │
│
┌───────┘
──────────────────┐ └──────┐
└─────┐ ┌───┘
└──────┘
45
Name:
Anonymous
2008-03-11 21:46
────┐ ┌────────────┐
└─────┐ ┌─┘ └──┐ HAVE YOU READ
└───────┘ ┌───┐ └──┐ YOUR SICP TODAY ?
│ P │ │
└───┘ │
│
┌───────┘
──────────────────┐ └──────┐
└─────┐ ┌───┘
└──────┘
46
Name:
Anonymous
2008-03-11 21:46
────┐ ┌────────────┐
└─────┐ ┌─┘ └──┐ HAVE YOU READ
└───────┘ ┌───┐ └──┐ YOUR SICP TODAY ?
│ P │ │
└───┘ │
│
┌───────┘
──────────────────┐ └──────┐
└─────┐ ┌───┘
└──────┘
47
Name:
Trollbot9000
2009-07-01 7:54
The others were N?
49
Name:
Anonymous
2011-05-05 18:17
50
Name:
Anonymous
2011-05-05 18:52
_ _
( \__//)
.' )
__/p q . )
(_p_`, .)
`--'-,-' )
(. )
HAVE YOU READ ( )
YOUR PROGRAMMING ( )
PERL TODAY? ( . ) .---.
( ) ( )
( . ) ( . )
( ) ( . ),
( . `"'` . `)
( . .
(( . . ( .
(( . (
(( ) _( . .
51
Name:
Anonymous
2011-05-05 20:15
Anus truncated. You may not post.
52
Name:
Anonymous
2011-05-06 2:09
>>20
. . ,.".".'"""..
. ,__\.~~
. ;'``` '`` \!"
. `. \~"
.., ' ____________|'~"
[spoiler] `. .__/ |_| |[/spoiler]
`..' | = / | = ||
| \___/ |\___|/
| _| |
\ __ |
\ /__\ ./
|`'._____.'|
/| /
fixd
53
Name:
Anonymous
2011-05-06 9:08
I have an x86-64 machine code interpreter on desk and an ARM one in my pocket.
I wrote both of them in Scheme and their semantics are well-defined
54
Name:
Anonymous
2011-05-06 16:42
>>53
(and (are you (fucking fag)) (hope i (die you)))
55
Name:
Anonymous
2011-05-06 19:48
>>54
reference to undefined identifier: are
reference to undefined identifier: you
reference to undefined identifier: fucking
reference to undefined identifier: fag
reference to undefined identifier: hope
reference to undefined identifier: i
reference to undefined identifier: die
56
Name:
Anonymous
2011-05-07 15:33
57
Name:
Anonymous
2013-03-18 18:50
58
Name:
Anonymous
2013-03-18 19:25
>>8
char message1[80] = "Greetings and Salutations!";
char message1[] = "Greetings and Salutations!";
59
Name:
Anonymous
2013-03-18 20:11
>>58
char message1[strlen("Greetings and Salutations!") + 1] = "Greetings and Salutations!";
60
Name:
Anonymous
2013-03-18 21:22
>>59
char* message1 = strcpy("Greetings and Salutations", &message1);
Newer Posts