Programming with Nothing (2011) [video]
rubymanor.org
Programming with Nothing (2011) [video]
1–7 of 7 posts
Re: Programming with Nothing (2011) [video]
#2I saw Tom give this talk at Ruby Manor. It melted my brain, but it was completely worth it, and challenged lots of assumptions I had about programming but never realised I had. Highly recommended!
Re: Programming with Nothing (2011) [video]
#3A nice demonstration of lambda calculus using Church Encoding in Ruby, without saying that that's what he's doing.
I guess at the end of the video, he will probably reveal what the thing he's been doing is called.
Re: Programming with Nothing (2011) [video]
#4Reminds me to this implementation on js: http://stevelosh.com/blog/2013/03/list-out-of-lambda/
Lambda is pretty cool.
Re: Programming with Nothing (2011) [video]
#5This is the detailed text version http://codon.com/programming-with-nothing
Re: Programming with Nothing (2011) [video]
#6Previously: https://news.ycombinator.com/item?id=3343205
This talk is old now, but I’m happy to answer any questions.
Someone recently did some really nice sketchnotes: https://twitter.com/deejaygraham/status/528220110331596800
Re: Programming with Nothing (2011) [video]
#7Previously: https://news.ycombinator.com/item?id=3343205 This talk is old now, but I’m happy to answer any questions. Someone recently did some really nice sketchnotes: https://twitter.com/deejaygraham/status/528220110331596800
Thanks for sharing those notes, it's awesome!
The style of the notes remind me to the Feynman learning technique. I tried it once and still remember everything. For me it was a surprisingly fruitful way of learning.