Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# put this in a file and run it, doesn't work in irb yin = lambda {|foo| puts; foo}.call(callcc {|cc| cc }) yang = lambda {|foo| print "*"; foo}.call(callcc {|cc| cc }) yin[yang]
This paste will be private.
From the Design Piracy series on my blog: