David Nolen
David Nolen
The current names are a bit long, any reason to not follow HTML5 convention? json/stringify json/parse Why not make json/parse polymorphic to work on strings and streams? Just some thoughts.
When starting a process like `grench lein cljsbuild auto foo` it doesn't seem possible to kill this with Control-C.
You have if-match, but why not add a match? predicate.
I note that it's not possible to do the following: (def my-match {:foo java.lang.Integer}) (if-match [my-match {:foo 1}] true) This could be cool since you define types ahead of time...
I'd like to use an emulator snapshot I created on my local machine, but I'm having a bit of trouble sorting out how I can use it from the runner....
This PR currently changes a namespace. Should try to avoid.
Use special merge-ns-info function for ns* and ns ops. Fixes cljs issue where calling ns would clobber existing bindings.
It looks like we only have a lower resolution ClojureScript logo. This is pretty obvious on a Retina display.
Moved over from https://dev.clojure.org/jira/browse/CLJS-1128