klipse icon indicating copy to clipboard operation
klipse copied to clipboard

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.

Results 85 klipse issues
Sort by recently updated
recently updated
newest added

When using klipse_plugin.min.js instead of klipse_plugin.js, the console shows the following two errors with Firefox (62.0 and 60.1.0esr on GNU/Linux): - TypeError: x is not a function[Learn More] klipse_plugin.min.js:1799:43 -...

In the https://blog.klipse.tech/clojure/2016/10/25/core-match.html article, the very 1st form never completes loading and just shows: ``` the evaluation will appear here (soon)... ``` in the result area. Same issue under Safari...

This is amazing. The only issue that seems obvious but I can't find an answer is how to trigger the snippet evaluation only when the user clicks a button (similar...

[Sheepda](https://github.com/jtolds/sheepda) is a lambda calculus interpreter written in Go. Because it's in Go, GopherJS can compile it to Javascript. Try this in your HTML somewhere: ``` var output_type = "result";...

See also #100 Being able to run the compilation/computation inside a WebWorker or in an iframe would make it significantly easier to secure the scripts to guard against abuse and...

Is support for C# and Java planned? I need those languages for teaching purposes. I would like to help with it but I need some pointers on how to start,...

Can u please implement klipse for nim language, as u know it compiles to js, some people and me r really in love with nim language, and i like klipse...

We need to find a way to make sure a code snippet is evaluated only after the previous ones are evaluated. It is required in order to be able to...

A nice suggestion from @wilkerlucio. Create a page `klipse-embed.html` that when included (presumably in an iframe) renders one or more Klipse snippets. It would allow to embed Klipse snippets in...