immutable.js live tutorial

Immutable.js is a library that provides immutable collections for JavaScript, inspired by clojure[script] immutable data structures. It has been developed by Facebook.

Javascript only with KLIPSE

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...

Eval only with KLIPSE

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....