Klipse is a Javacript plugin for embedding interactive code snippets in tech blogs. Klipse is open source https://github.com/viebel/klipse Technically, Klipse is a small piece of javascript code that evaluates code snippets in the browser and it is pluggable on any web page. The klipse plugin is a javascript tag (see details below) that transforms static code snippets of an html page into live and interactive snippets: Live: The code is executed in your browser Interactive: You can modify the code and it is evaluated as you type The code evaluation is done in the browser: no server is involved at all!


