Mark Engelberg
Mark Engelberg
Today I needed to create a list-like data structure, and I was hoping collection-check would allow me to test it out.
``` clojure => (-> [[1 3 {:color :blue, :dir :none}] [1 3 {:color :red, :dir :none}] [1 2 {:color :green, :dir :none}]] digraph dot show!) ``` This renders the graph...
(defnc ^:double f[x] x), for example
I have data structures in my libraries that benefit from custom printing. I currently override Clojure's print-method and pprint handler and toString method so most people get a pleasing experience...
This is a fantastic article! It seems to me that since the final version lazily produces complete parse successes and ignores everything else, there's no good way to get at...
## Expected behavior ``` (let [x y] expr) ``` ## Actual behavior ``` (let [x y] expr) ``` ## Steps to reproduce the problem CRLF line ending at the end...
For example, right now, I'm interested in getting my hands on an up-to-date set of externs for the phaser library. My understanding is that there are a variety of tools...