Recursive thread
1
Name:
Anonymous
2007-07-08 11:28
ID:37X1x8H2
2
Name:
Anonymous
2007-07-08 11:35
ID:yS2MMoRx
goto does not make it recursive
3
Name:
Anonymous
2007-07-08 11:40
ID:517yUbq7
4
Name:
Anonymous
2007-07-08 14:43
ID:KqkfMSfl
[6:3] Recursive thread
6:)
5
Name:
Anonymous
2007-07-08 14:59
ID:OVj6G9JL
goto means he already did the tail recursion optimization
6
Name:
Anonymous
2007-07-08 15:09
ID:KqkfMSfl
((λ (x) (eval `(,x ',x))) '(λ (x) (eval `(,x ',x))))
7
Name:
Anonymous
2007-07-08 18:27
ID:XAYwQozH
8
Name:
Anonymous
2007-07-08 20:47
ID:6i5LYUXG
9
Name:
Anonymous
2007-07-08 21:28
ID:TblmrolA
lol:
pop eax
call dword ptr ds:[lol]
10
Name:
Anonymous
2007-07-08 21:43
ID:+OVYJUfs
(define (λ) (λ))
11
Name:
Anonymous
2007-07-08 22:29
ID:XAYwQozH
12
Name:
Anonymous
2007-07-08 22:30
ID:XAYwQozH
13
Name:
Anonymous
2007-07-09 0:50
ID:0snRmHd1
>>11
>>12
now that's recursive
14
Name:
Anonymous
2007-07-09 0:50
ID:0snRmHd1
15
Name:
Anonymous
2007-07-09 0:51
ID:k3PMm1oI
16
Name:
Anonymous
2007-07-09 1:35
ID:ZqQzth8n
I have a morning ritual that I need to share. I call it 'the terminator'. First I crouch down in the shower in the classic 'naked terminator traveling through time' pose. With my eyes closed I crouch there for a minute, visualizing either Arnold or the guy from the second movie (not the chick in the third one because that one sucked) and I start to hum the terminator theme. Then I slowly rise to a standing position and open my eyes. It helps me to proceed through my day as an emotionless, cyborg badass. The only problem is if the shower curtain sticks to my terminator leg. It ruins the fantasy.
17
Name:
Anonymous
2007-07-09 3:20
ID:Xtbv4Cmd
>>13
That's binary recursion.
>>1 is unary (i.e. regular) recursion.
18
Name:
Anonymous
2007-07-09 4:03
ID:Heaven
19
Name:
Anonymous
2007-07-09 4:03
ID:Heaven
20
Name:
Anonymous
2007-07-09 4:04
ID:7ZqOvclO
21
Name:
Anonymous
2007-07-09 4:15
ID:Heaven
function(x){return x<2?1:(function(y,z){return((y--)*z(y))})(x,arguments.callee)}
22
Name:
Anonymous
2007-07-09 5:06
ID:urrmQIn3
Not quite recursive, but...
>>999999
goes to the last post in the thread, regardless of what number it is
23
Name:
Anonymous
2007-07-09 5:36
ID:d/Cmf+BV
24
Name:
Anonymous
2007-07-09 5:39
ID:hrLYphh4
25
Name:
Anonymous
2007-07-09 5:39
ID:hrLYphh4
>>0 x999999999999999999999999
26
Name:
Anonymous
2007-07-09 5:43
ID:urrmQIn3
Typing
>>0 will show the entire thread, and when typing any number greater than the number of current responses, it will go to the last one in the thread. Since the maximum number of replies a thread can have is 1,000, a number of over 1,000 will always show the last post, regardless of how long the thread is, even if it gets threadstopped.
27
Name:
Anonymous
2007-07-09 5:57
ID:xs/WZpuO
>>2
Goto is tail call optimization
28
Name:
Anonymous
2007-07-09 6:46
ID:PFagQgYc
29
Name:
Anonymous
2007-07-09 8:41
ID:/JepXVZn
>>-
>>,
ZOMG IT'S BRAINFUCK
30
Name:
Anonymous
2007-07-09 9:18
ID:3hkG5Fhc
>>28
The call instruction pushes the ret address on the stack before branching, the pop removes it. Stack is balanced.
31
Name:
Anonymous
2007-07-09 9:23
ID:Heaven
(S(SKK)(SKS))(S(KSKS)(S(SKS)(SKK)))
32
Name:
Anonymous
2007-07-10 4:03
ID:IlSHwZzK
y f = f (y f)
33
Name:
Anonymous
2007-07-10 4:08
ID:Heaven
i'd push her pop if you know what i mean
34
Name:
Anonymous
2007-07-10 4:48
ID:IlSHwZzK
>>33
WTF? WHY ARE YOU SAGING?
35
Name:
Anonymous
2007-07-10 4:57
ID:IA3HemzR
>>34
>>33 is another poster in this topic, and is hiding his shame. Coward, come out from behind your Heaven tripcode.
36
Name:
Anonymous
2007-07-10 6:30
ID:h/y7OEZo
>>35
ID:Heaven is not a tripcode.
>>34
SAGE IS DELICIOUS
37
Name:
Anonymous
2007-07-10 6:46
ID:IA3HemzR
ITT saging cowardice.
38
Name:
Anonymous
2007-07-10 7:08
ID:Heaven
>>34
WTF? WHY ARE YOU BUMPING THIS THREAD?
39
Name:
Anonymous
2007-07-10 9:35
ID:IlSHwZzK
ID:Heaven IS a tripcode
40
Name:
Anonymous
2007-07-10 10:32
ID:Heaven
>>39
[b][i][u]no[/u][/i]|/b]
41
Name:
Anonymous
2007-07-10 10:34
ID:Heaven
42
Name:
Anonymous
2007-07-10 11:37
ID:rkyRNUrS
43
Name:
Anonymous
2007-07-10 13:08
ID:IlSHwZzK
44
Name:
Anonymous
2007-07-10 17:29
ID:sEIaQC9y
45
Name:
Anonymous
2007-07-10 17:35
ID:D7jB4bar
46
Name:
Anonymous
2007-07-10 17:43
ID:JRTbbw/A
47
Name:
A
2007-07-11 9:41
ID:uKTB1/r4
poop
49
Name:
Anonymous
2010-12-21 8:03