Closures
1
Name:
Anonymous
2008-02-29 8:53
Explain them plo0x
2
Name:
Anonymous
2008-02-29 8:56
poor man's objects
3
Name:
Anonymous
2008-02-29 9:07
well, why don't poor men just use normal objects then?
4
Name:
Anonymous
2008-02-29 9:26
Read SICP
5
Name:
Anonymous
2008-02-29 9:35
6
Name:
Anonymous
2008-02-29 9:38
7
Name:
Anonymous
2008-02-29 9:41
the gay part in the movie after someone dies where their loved one has a realization that the dead nigger will always be with them and watching over them.
8
Name:
Anonymous
2008-02-29 10:56
9
Name:
Anonymous
2008-02-29 12:45
10
Name:
Anonymous
2008-02-29 15:12
sub curried_add {
my $x = shift;
return sub {
my $y = shift;
return $x + $y;
};
}
11
Name:
Anonymous
2008-03-01 12:26
my $add = curried_add(3);
my $five = &$add(2);
12
Name:
Anonymous
2009-08-16 22:53
Lain.
13
Name:
2010-10-25 19:06