clojure-site
clojure-site copied to clipboard
clojure.org site
Control-D is mentioned on two places in this page: https://clojure.org/guides/deps_and_cli#_running_a_repl_and_using_libraries
Rich explained it on the main mailing list back in 2009 but it's hard to track this down. Should it be an FAQ? https://groups.google.com/forum/#!msg/clojure/4uDxeOS8pwY/UHiYp7p1a3YJ
Add a page similar to https://gist.github.com/reborg/dc8b0c96c397a56668905e2767fd697f to the guides. These are all quotes from Rich, so there is no problem here in migrating this content. One thing I would like...
The https://clojure.org/reference/libs page is an old page and has a lot of useful information on it, but uses "lib" as a term to mean a Clojure namespace, which matches many...
The getting_started page's Custom Location section gives the following example: MANPATH_MAP /opt/infrastructure/clojure/bin /opt/infrastructure/clojure/man Allowing for a different prefix that I gave the installer, the second location does not exist. I...
While a lot of people are having fun at EuroClojure, I attempted to write a guide that I think would have helped me a lot when I was starting to...
Spec guide improvement - update to include example use cases and anti-patterns of simple namespaces.
In practice (on blogs and in app templates) application domains are often modeled using simple namespace names instead of globally unique names - `task` instead of `com.myorg.myapp.task`. This is great...
How is anyone supposed to know that `PersistentQueue` exists? How is anyone supposed to know what a `clojure.lang.MapEntry` or a `clojure.lang.ISeq` are? Note that parts of the documentation and some...
Might be considered a consumer of https://github.com/clojure/clojure-site/issues/32 But an attempt to include links to, or guides for, setting up code editors with various configurations which lend themselves well to Clojure...