brave-clojure-web icon indicating copy to clipboard operation
brave-clojure-web copied to clipboard

Results 101 brave-clojure-web issues
Sort by recently updated
recently updated
newest added

The clojure.org routing supposedly had stopped accepting HTTP URLs similar to `http://clojure.org/reducers/`, although `http://clojure.org/reducers` is perfectly fine. Several links provided in the text are now broken and are routed to...

read-and-eval>evaluator>symbols (read-string ("+")) - wrong, ("+") is evaluated as a function, exception thrown (read-string "+") - right

In the context of this explanation, JVM executes bytecode, not translates code to it. The major change is in e1e5afd9facf16cf998838269eb476cb973702d3

Maybe this isn't 100% correct, but I think it's better than nothing: http://pygments.org/demo/4859764/

The previous version with spacing on the wrong side of `` or ``, or with extraneous `` tags was hard to read and sometimes even created incorrect code, when it...

The following code: ``` clojure (defn mapify "Return a seq of maps like {:name \"Edward Cullen\" :glitter-index 10}" [rows] (map (fn [unmapped-row] (reduce (fn [row-map [vamp-key value]] (assoc row-map vamp-key...

The spacing around "—" is often badly typeset. There are also several instances with additional spacing and a prolonged dash in inline code sections that should not be there. I.e....