Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Admit it, /prog/

Name: Anonymous 2008-03-01 8:26

You fap to recursive lambdas

Name: Anonymous 2008-03-01 9:25

BAWWWWWWWWW IT'S TRUE SO RONERY~
;_;

Name: Anonymous 2008-03-01 9:43

>>1 is not a programmer and hangs out here just for fun.

Name: Anonymous 2008-03-01 10:33

I would recurse your lambda, if you know what I mean.

Name: Anonymous 2008-03-01 10:36

You cannot achieve recursion (or iteration, for that matter) with lambda calculus.

Name: Anonymous 2008-03-01 10:47

>>5
Brick shitting guaranteed

Name: Anonymous 2008-03-01 10:53

>>5
Incorrect, here is how to count to 0-5 with typed lambda (lisp)

((lambda (f n)
  (if (= n 5) n
    (f f (+ n 1))))
(lambda (f n)
  (if (= n 5) n
    (f f (+ n 1)))) 0)

Name: Anonymous 2008-03-01 12:56

λf. (λx. f (x x)) (λx. f (x x))

Name: Anonymous 2008-03-01 13:07

>>7
and in fact, every scheme code that involves at least one procedure is an example of lambda recursion/iteration.
In my example, I bound the value of the lambda expression to `f' which is local to the lambda body.
`define' bounds values globally (unless, inside another procedure body)
So it's the same. I'm a happy man

Name: Anonymous 2009-03-06 6:42


Just made a 2   digit number and   validate ccnum card   type card number   and ValidateCCNum ccard   getCardType cCard getCardNumber.

Name: ​​​​​​​​​​ 2010-10-24 15:24

Don't change these.
Name: Email:
Entire Thread Thread List