clojure-site
clojure-site copied to clipboard
clojure.org site
[`evaluation.adoc`](https://github.com/clojure/clojure-site/blob/master/content/reference/evaluation.adoc) states that "Any object other than those discussed above will evaluate to itself," without mentioning function objects. In [CLJ-1206](http://dev.clojure.org/jira/browse/CLJ-1206), it was reported that certain function objects cause errors in...
It could be good to expand docs on the socket REPL to: - Explain motivations for creating the socket REPL - Explain how it can be used or extended -...
There seems to be a slow but steady flow of people trying to use the Clojure logo in ways that aren't allowed by Rich (unintentionally). It could be good to...
I did go through the top-level pages on my phone and found few small style problems. Tested on Chrome device mode and Chrome Android. ## Frontpage: Missing padding  ##...
Could we make a section for new-comers to programming; introducing them to programming through Clojure?
Since clojure 1.11 (as per [CLJ-2603](https://clojure.atlassian.net/browse/CLJ-2603)), destructuring a sequence containing a single map can directly bind to the map contents. An example of this can be seen [here](https://github.com/clojure/clojure/blob/e3520c07e8b21dbf5a91fa14b7114b90dc1e89c6/test/clojure/test_clojure/data_structures.clj#L1334). It might...
Per https://ask.clojure.org/index.php/13496/clojure-cli-bug-on-windows A change in pwsh 7.3 broke the advice given in the [quoting section](https://clojure.org/reference/deps_and_cli#quoting) of the cli reference. See: * Analysis: https://github.com/clojure-emacs/cider/pull/3590#issuecomment-1832783190 * StackOverflow: https://stackoverflow.com/questions/74440303/powershell-7-3-0-breaking-command-invocation/74440425#74440425
what does "reducible" mean? reduce functions - reduce, transduce, reducers how can Clojure libs provide custom reducible collections? CollReduce, IReduceInit, IReduce etc
Reading https://clojure.org/reference/namespaces I was a bit surprised how it describes setting up a namespace when REPL-ing (first section, third paragraph): > The best way to set up a new namespace...
Per https://ask.clojure.org/index.php/13083/path-to-installed-man-pages-clojure-posix-installer-script The POSIX installer works on OpenBSD, and the resulting man pages were located in /usr/local/share/man which is not documented AFAICT - can this be added?