So, I'm a JavaScript developer (mainly), and I've been using Stack Overflow for a bit now. I keep finding myself needing to use http://jsfiddle.net/ (or similar) in order provide demos in my answers. jsFiddle is great; however, I was wondering if Stack Overflow has any plans to create its own (slightly-more-permanent) code playground for its users?
jsFiddle seems incredibly simple to make, and more often than not the code I find posted in my answers is demo-ready (that is, its real code that doesn't contain place-holders). One way I can imagine implementing this is with a "run this" button which takes the codeblocks from within a post, tries to execute them, and then opens the results in an overlay (or a new window).