Destructuring in Clojure - Part 1
Introduction
Developer. Author. Speaker.
Introduction
Immutable.js is a library that provides immutable collections for JavaScript, inspired by clojure[script] immutable data structures. It has been developed by Facebook.
Let’s talk about a new pretty feature in KLIPSE!
Let’s say that you want to profile a piece of code in clojurescript. There is a cool macro for that in clojurescript: time.
Introduction In this article, we present an interesting function named append-cyclic.
If you are like us, you use clojurescript namespaces for a while, but without really understanding how it works under the hoods.
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....