Richard Davies
Richard Davies
I followed the instructions and the node repl works. After I do: lein run -m clojure.main script/browser.clj and launch the server, I get a "Failed to load resource: net::ERR_CONNECTION_REFUSED" http://localhost:9000/repl?xpc=%7B%22cn%22%3A%22GughUVB9bi%22%2C%22tp%22%3A…s.txt%22%2C%22lpu%22%3A%22http%3A%2F%2Flocalhost%3A9000%2Frobots.txt%22%7D...
Hi, When I have a form like (if comment :a :b), where comment is a variable, it incorrectly detects this as a (comment ..) form and formats it as such.
Would it be possible to add an API to indicate an account is no longer active and will not accept any more transaction requests. This may be because the customer...
typo
Even though I have feature "with-serde-support" on, when I implement a struct or enum that contains DynaInt or any type that uses it and place #[derive(Serialize)] on my type I...
java.lang.IllegalStateException: Can't change/establish root binding of: _warn-on-reflection_ with set However it works in the REPL
Hi, There seems to be a small issue with vars in clojure.core: (defn ping [f & args](println "ping" f args) (apply f args)) (add-hook #'+ #'ping) (+ 1 1) ;the...