Live data from Hacker News

Programming With Nothing: FizzBuzz in the lambda calculus in Ruby

experthuman.com

1–10 of 55 posts

Re: Programming With Nothing: FizzBuzz in the lambda calculus in Ruby

#2
The presentation from which this article is adapted was a definite highlight of the Ru3y Manor conference (and received rapturous applause).

I highly recommend watching the video of the original presentation at http://rubymanor.org/3/videos/programming_with_nothing/ as Tom Stuart's public speaking skills made this a thoroughly enjoyable (if a little mind-bending) talk.

Re: Programming With Nothing: FizzBuzz in the lambda calculus in Ruby

#3

The presentation from which this article is adapted was a definite highlight of the Ru3y Manor conference (and received rapturous applause). I highly recommend watching the video of the original presentation at http://rubymanor.org/3/videos/programming_with_nothing/ as Tom Stuart's public speaking skills made this a thoroughly enjoyable (if a little mind-bending) talk.

I agree. This is presentation was brilliant and I'd really encourage people to watch it.

Re: Programming With Nothing: FizzBuzz in the lambda calculus in Ruby

#4
That was pretty cool. Interesting to note that the numbers he used are essentially an implementation of the Peano Axioms, where the successor function wraps the predecessor in a lambda. (http://en.wikipedia.org/wiki/Peano_Axioms)

Here's a simple recursively defined number system in scheme: https://gist.github.com/1466985

Re: Programming With Nothing: FizzBuzz in the lambda calculus in Ruby

#5

The presentation from which this article is adapted was a definite highlight of the Ru3y Manor conference (and received rapturous applause). I highly recommend watching the video of the original presentation at http://rubymanor.org/3/videos/programming_with_nothing/ as Tom Stuart's public speaking skills made this a thoroughly enjoyable (if a little mind-bending) talk.

Tom’s talk blew my mind. Can't recommend watching this enough.
Post reply on HN