Live data from Hacker News

Lambda Calculus: The Y combinator in action

news.ycombinator.com

1–7 of 7 posts

Re: Lambda Calculus: The Y combinator in action

#4
post #3

What?

The Y combinator is one of the most beautiful idea in Computer Science: it allows to write recursive functions without using names at all!

Did you mean to submit a link? Or is this just a generic "hey, let's discuss this subject" kind of post?

Re: Lambda Calculus: The Y combinator in action

#5
post #4
post #3

Earlier quoted context omitted.

The Y combinator is one of the most beautiful idea in Computer Science: it allows to write recursive functions without using names at all!

Did you mean to submit a link? Or is this just a generic "hey, let's discuss this subject" kind of post?

I think this may be exactly what the title suggests: a fixed point operator.

Re: Lambda Calculus: The Y combinator in action

#6
post #4
post #3

Earlier quoted context omitted.

The Y combinator is one of the most beautiful idea in Computer Science: it allows to write recursive functions without using names at all!

Did you mean to submit a link? Or is this just a generic "hey, let's discuss this subject" kind of post?

Oops, I forgot to submit the link. I opened a new story with the link: https://news.ycombinator.com/item?id=12250435