KLIPSE hotkeys and url parameters
KLIPSE is a clojure[script] web REPL built on top of self-host clojurescript.
Developer. Author. Speaker.
KLIPSE is a clojure[script] web REPL built on top of self-host clojurescript.
This article is a rewrite of fikesfarm blog post, using KLIPSE to see the magic happening inside the article.
Let’s say that you want to use KLIPSE to simply see the transpiled javascript code for a piece of clojure[script] code. In that specific case, you don’t care much about the evaluation of the code. Even worse: you feel that...
Let’s say that you want to use KLIPSE to simply test a piece of clojure[script] code. In that specific case, you don’t care much about the transpiled javascript code. Even worse: you feel that the right rectangles are a distraction....
Do you see any substantial difference between the two pieces of code below?
In a precedent post you can read the explanation about what is KLIPSE and what was the motivation to build it. In this post, you will find a basic tutorial to explain step by step how KLIPSE is build.
What is KLIPSE?