<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent activity in Docs</title>
<link>https://ask.clojure.org/index.php/activity/clojure/docs</link>
<description></description>
<item>
<title>Answer selected: It's difficult to figure out options I can pass to slurp function.</title>
<link>https://ask.clojure.org/index.php/14975/its-difficult-to-figure-out-options-can-pass-slurp-function?show=14976#a14976</link>
<description>&lt;p&gt;This is fair. I created &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2944&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2944&lt;/a&gt; to track this.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14975/its-difficult-to-figure-out-options-can-pass-slurp-function?show=14976#a14976</guid>
<pubDate>Sat, 28 Feb 2026 06:27:25 +0000</pubDate>
</item>
<item>
<title>Commented: Reader docs say foo.bar is a qualified symbol but qualified-symbol? is false</title>
<link>https://ask.clojure.org/index.php/14882/reader-docs-say-foo-qualified-symbol-qualified-symbol-false?show=14885#c14885</link>
<description>Syntax error (ClassNotFoundException) compiling at (REPL:2:1).&lt;br /&gt;
page.html&lt;br /&gt;
&lt;br /&gt;
I was not expecting that :)</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14882/reader-docs-say-foo-qualified-symbol-qualified-symbol-false?show=14885#c14885</guid>
<pubDate>Mon, 12 Jan 2026 22:24:55 +0000</pubDate>
</item>
<item>
<title>Retagged: Typo in clojure.zipper/zipper docstring</title>
<link>https://ask.clojure.org/index.php/14733/typo-in-clojure-zipper-zipper-docstring?show=14733#q14733</link>
<description>&lt;p&gt;The docstring for &lt;code&gt;clojure.zipper/zipper&lt;/code&gt; currently contains:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;branch? is a fn that, given a node, returns true if can have&lt;br&gt;
children, even if it currently doesn't.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;which should be:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;branch? is a fn that, given a node, returns true if it can have&lt;br&gt;
children, even if it currently doesn't.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14733/typo-in-clojure-zipper-zipper-docstring?show=14733#q14733</guid>
<pubDate>Tue, 25 Nov 2025 20:33:12 +0000</pubDate>
</item>
<item>
<title>Answer selected: Docstring clojure.edn/read-string is misleading</title>
<link>https://ask.clojure.org/index.php/14762/docstring-clojure-edn-read-string-is-misleading?show=14774#a14774</link>
<description>&lt;p&gt;Logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2927&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2927&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14762/docstring-clojure-edn-read-string-is-misleading?show=14774#a14774</guid>
<pubDate>Tue, 25 Nov 2025 20:24:34 +0000</pubDate>
</item>
<item>
<title>Commented: The docstring on empty? should perhaps not recommend using seq instead anymore</title>
<link>https://ask.clojure.org/index.php/14724/docstring-empty-should-perhaps-recommend-instead-anymore?show=14726#c14726</link>
<description>Ah, thank you, I haven't read the docstring carefully enough. I read it as &amp;quot;a sequential collection&amp;quot; while it literally means &amp;quot;an implementation of `ISeq`&amp;quot; </description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14724/docstring-empty-should-perhaps-recommend-instead-anymore?show=14726#c14726</guid>
<pubDate>Fri, 17 Oct 2025 14:17:28 +0000</pubDate>
</item>
<item>
<title>Closed: &quot;:added&quot; metadata missing from some new public functions in namespace clojure.java.process</title>
<link>https://ask.clojure.org/index.php/14504/metadata-missing-public-functions-namespace-clojure-process?show=14504#q14504</link>
<description>&lt;p&gt;These functions in the namespace clojure.java.process are mentioned in the doc string for the namespace, and have doc strings, but do not have metadata &lt;code&gt;{:added &quot;1.12&quot;}&lt;/code&gt; as do other new public docstring'ed functions in that namespace:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;stdin&lt;/li&gt;
&lt;li&gt;stdout&lt;/li&gt;
&lt;li&gt;stderr&lt;/li&gt;
&lt;li&gt;exit-ref&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I did not find any other such functions anywhere else that are new in Clojure 1.12.0 vs. Clojure 1.11.1.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14504/metadata-missing-public-functions-namespace-clojure-process?show=14504#q14504</guid>
<pubDate>Mon, 02 Jun 2025 15:04:50 +0000</pubDate>
</item>
<item>
<title>Answer selected: Add example to namespaced maps for :_/foo functionality</title>
<link>https://ask.clojure.org/index.php/14004/add-example-to-namespaced-maps-for-foo-functionality?show=14006#a14006</link>
<description>&lt;p&gt;The reference pages by design do not contain exhaustive sets of feature examples. The goal of the example here is to demonstrate the most common usage of namespace map syntax. So, I don't think we need to add :_/foo to the example here (it would not make sense).&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14004/add-example-to-namespaced-maps-for-foo-functionality?show=14006#a14006</guid>
<pubDate>Thu, 15 May 2025 18:34:06 +0000</pubDate>
</item>
<item>
<title>Answered: Can we add metaphors/analogies for functional closures in Clojure to the docs please?</title>
<link>https://ask.clojure.org/index.php/14472/metaphors-analogies-functional-closures-clojure-docs-please?show=14477#a14477</link>
<description>&lt;p&gt;Whist metaohor and analogy can be useful additions, they are subjective and not always understood. Personally I found it hard to relate to a garage containing cars with 5 people already in the car (how are more people going to get into the car, maybe it should be a bus)&lt;/p&gt;
&lt;p&gt;Writing a more detailed article around the example above would allow more people (especially those new to Clojure) to give feedback, providing a much broader view.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14472/metaphors-analogies-functional-closures-clojure-docs-please?show=14477#a14477</guid>
<pubDate>Fri, 21 Mar 2025 08:41:42 +0000</pubDate>
</item>
<item>
<title>Answered: Docstring typos in clojure.core/bytes, chars, shorts</title>
<link>https://ask.clojure.org/index.php/14447/docstring-typos-in-clojure-core-bytes-chars-shorts?show=14449#a14449</link>
<description>&lt;p&gt;Good catch! Logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2901&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2901&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14447/docstring-typos-in-clojure-core-bytes-chars-shorts?show=14449#a14449</guid>
<pubDate>Thu, 06 Mar 2025 16:05:51 +0000</pubDate>
</item>
<item>
<title>Closed: clojure.core/assert docstring is incorrect</title>
<link>https://ask.clojure.org/index.php/4645/clojure-core-assert-docstring-is-incorrect?show=4645#q4645</link>
<description>&lt;p&gt;The {{assert}} macro has two arities, documented as {{(assert x)}} and {{(assert x message)}}&lt;/p&gt;
&lt;p&gt;The docstring is:&lt;br&gt;
{quote}&lt;br&gt;
Evaluates expr and throws an exception if it does not evaluate to logical true.&lt;br&gt;
{quote}&lt;/p&gt;
&lt;p&gt;This is quite misleading since {{assert}} actually throws an {{Error}}. It is tempting to use {{assert}} assuming that a failure will lead to a stacktrace in logs, like any other {{Exception}}, but the reality is that the JVM will terminate.&lt;/p&gt;
&lt;p&gt;The behaviour is correct, {{assert}} should cause a program to exit if the asserted condition is true but I regularly come across incorrect uses.&lt;/p&gt;
&lt;p&gt;I'll work up a patch if people agree this is an issue.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4645/clojure-core-assert-docstring-is-incorrect?show=4645#q4645</guid>
<pubDate>Sun, 17 Nov 2024 16:20:09 +0000</pubDate>
</item>
<item>
<title>Commented: Found some typos in clojure.core, how to contribute a patch?</title>
<link>https://ask.clojure.org/index.php/14150/found-some-typos-in-clojure-core-how-to-contribute-a-patch?show=14152#c14152</link>
<description>Thanks, didn't know about this `iff` thing.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14150/found-some-typos-in-clojure-core-how-to-contribute-a-patch?show=14152#c14152</guid>
<pubDate>Sun, 29 Sep 2024 14:54:03 +0000</pubDate>
</item>
<item>
<title>Answered: Is edn-format.org supposed to be online?</title>
<link>https://ask.clojure.org/index.php/14116/is-edn-format-org-supposed-to-be-online?show=14117#a14117</link>
<description>&lt;p&gt;It used to redirect to the github but we think it expired and we’re still tracking down the account info.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14116/is-edn-format-org-supposed-to-be-online?show=14117#a14117</guid>
<pubDate>Wed, 18 Sep 2024 12:36:37 +0000</pubDate>
</item>
<item>
<title>Retagged: Dedupe doesn't mention statefullness in docstring</title>
<link>https://ask.clojure.org/index.php/13636/dedupe-doesnt-mention-statefullness-in-docstring?show=13636#q13636</link>
<description>&lt;p&gt;Unlike all other core functions which can return a stateful transducer, &lt;code&gt;dedupe&lt;/code&gt; doesn't mention this in its docstring. E.g. &lt;code&gt;distinct&lt;/code&gt;, &lt;code&gt;drop-while&lt;/code&gt; etc. all say:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Returns a stateful transducer when no collection is provided.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But &lt;code&gt;dedupe&lt;/code&gt; just says:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Returns a transducer when no collection is provided.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13636/dedupe-doesnt-mention-statefullness-in-docstring?show=13636#q13636</guid>
<pubDate>Wed, 21 Aug 2024 15:49:02 +0000</pubDate>
</item>
<item>
<title>Answer selected: Comparison ops &quot;Return non-nil if..., otherwise false&quot;</title>
<link>https://ask.clojure.org/index.php/14034/comparison-ops-return-non-nil-if-otherwise-false?show=14076#a14076</link>
<description>&lt;p&gt;Logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2877&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2877&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14034/comparison-ops-return-non-nil-if-otherwise-false?show=14076#a14076</guid>
<pubDate>Wed, 21 Aug 2024 15:43:42 +0000</pubDate>
</item>
<item>
<title>Commented: partition-all docstring should mention it returns vectors in transducer case</title>
<link>https://ask.clojure.org/index.php/3830/partition-docstring-should-mention-returns-vectors-transducer?show=14041#c14041</link>
<description>yes, the docstring has overstated what you should expect all these years. The transducer is new so making it different breaks no existing code.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/3830/partition-docstring-should-mention-returns-vectors-transducer?show=14041#c14041</guid>
<pubDate>Tue, 06 Aug 2024 20:54:19 +0000</pubDate>
</item>
<item>
<title>Closed: The new add-lib etc fns do not make it clear they shell out to the CLI</title>
<link>https://ask.clojure.org/index.php/13196/the-new-add-lib-etc-fns-not-make-it-clear-they-shell-out-the-cli?show=13196#q13196</link>
<description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.github.io/clojure/branch-master/clojure.repl-api.html#clojure.repl.deps&quot;&gt;https://clojure.github.io/clojure/branch-master/clojure.repl-api.html#clojure.repl.deps&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Neither the ns docstring nor the individual function docstrings explain that they shell out to the CLI and that you need a recent version of the CLI installed.&lt;/p&gt;
&lt;p&gt;Having an old CLI might produce this error:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Execution error (ExceptionInfo) at clojure.tools.deps.interop/invoke-tool (interop.clj:49).
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Which &lt;em&gt;might&lt;/em&gt; be enough of a clue to lead people to:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.github.io/clojure/branch-master/clojure.tools.deps.interop-api.html&quot;&gt;https://clojure.github.io/clojure/branch-master/clojure.tools.deps.interop-api.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A more informative error message might help users debug this but expanding those docstrings to clarify that the functions invoke the CLI as a subprocess would also help.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13196/the-new-add-lib-etc-fns-not-make-it-clear-they-shell-out-the-cli?show=13196#q13196</guid>
<pubDate>Mon, 29 Jul 2024 19:04:48 +0000</pubDate>
</item>
<item>
<title>Retagged: Missing documentation for `:while` modifier of `for` and `doseq`</title>
<link>https://ask.clojure.org/index.php/14002/missing-documentation-for-while-modifier-of-for-and-doseq?show=14002#q14002</link>
<description>&lt;p&gt;I believe the &lt;code&gt;for&lt;/code&gt; and &lt;code&gt;doseq&lt;/code&gt; documentation (at least docstrings) fail to explain the semantics of the &lt;code&gt;:while&lt;/code&gt; modifier. The existence is documented, but not the behavior.&lt;/p&gt;
&lt;p&gt;I would like to request that the doctoring be updated, especially since it behaves in what I believe is a reasonable but counter-intuitive way. I believe a reasonable person would expect that &lt;code&gt;:while false&lt;/code&gt; would trigger the &lt;code&gt;for&lt;/code&gt; or &lt;code&gt;doseq&lt;/code&gt; to exit; however it does not. Rather it causes the inner-most loop containing the &lt;code&gt;:while&lt;/code&gt; to exit, but most notably the outer loops continue to iterate.&lt;/p&gt;
&lt;p&gt;Another discussion of this can be found here: &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojurians.slack.com/archives/C053AK3F9/p1719593304442819&quot;&gt;clojurians&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14002/missing-documentation-for-while-modifier-of-for-and-doseq?show=14002#q14002</guid>
<pubDate>Mon, 01 Jul 2024 14:00:56 +0000</pubDate>
</item>
<item>
<title>Closed: Docstrings for `conj!` and `assoc!` should suggest using the return value; effect not always in-place</title>
<link>https://ask.clojure.org/index.php/1931/docstrings-assoc-should-suggest-using-return-effect-always?show=1931#q1931</link>
<description>&lt;p&gt;The docstrings of both &lt;code&gt;assoc!&lt;/code&gt; and &lt;code&gt;conj!&lt;/code&gt; say &quot;Returns coll.&quot;, possibly suggesting the transient edit happens (always) in-place, &lt;code&gt;coll&lt;/code&gt; being the first argument. However, this is not the case and the returned collection should always be the one that's used.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Approach:&lt;/strong&gt; Replace &quot;Returns coll.&quot; with &quot;Returns an updated collection.&quot; in &lt;code&gt;conj(image: &lt;/code&gt;, &lt;code&gt;assoc)&lt;/code&gt;, &lt;code&gt;pop!&lt;/code&gt; docstrings.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Patch:&lt;/strong&gt; CLJ-1385-reword-docstrings-on-transient-update-funct-2.patch&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Screened by:&lt;/strong&gt; Alex Miller&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/1931/docstrings-assoc-should-suggest-using-return-effect-always?show=1931#q1931</guid>
<pubDate>Sat, 15 Jun 2024 15:12:53 +0000</pubDate>
</item>
<item>
<title>Commented: Documentation on alternative radix/0-prefixed numbers</title>
<link>https://ask.clojure.org/index.php/13860/documentation-on-alternative-radix-0-prefixed-numbers?show=13864#c13864</link>
<description>Alright, thanks.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13860/documentation-on-alternative-radix-0-prefixed-numbers?show=13864#c13864</guid>
<pubDate>Tue, 30 Apr 2024 17:55:46 +0000</pubDate>
</item>
<item>
<title>Retagged: Does `:exclude` need to be added to https://clojuredocs.org/clojure.core/require ?</title>
<link>https://ask.clojure.org/index.php/13714/does-exclude-need-added-https-clojuredocs-clojure-require?show=13714#q13714</link>
<description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://clojuredocs.org/clojure.core/require&quot;&gt;https://clojuredocs.org/clojure.core/require&lt;/a&gt; makes no mention of &lt;code&gt;:exclude&lt;/code&gt; but this seems to work as it appears:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(require '[clojure.set :refer :all :exclude [join rename]])
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13714/does-exclude-need-added-https-clojuredocs-clojure-require?show=13714#q13714</guid>
<pubDate>Wed, 14 Feb 2024 18:05:22 +0000</pubDate>
</item>
<item>
<title>Commented: `hash-map` without arguments returns an array map, despite the docstring</title>
<link>https://ask.clojure.org/index.php/13691/hash-map-without-arguments-returns-array-despite-docstring?show=13704#c13704</link>
<description>With `(binding [*print-dup* true] (prn {}))`.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13691/hash-map-without-arguments-returns-array-despite-docstring?show=13704#c13704</guid>
<pubDate>Mon, 12 Feb 2024 08:17:48 +0000</pubDate>
</item>
<item>
<title>Closed: Typo in the release notes for 1.12.0-alpha6</title>
<link>https://ask.clojure.org/index.php/13672/typo-in-the-release-notes-for-1-12-0-alpha6?show=13672#q13672</link>
<description>&lt;p&gt;This under &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.org/news/2024/02/08/1-12-alpha6#param-tags&quot;&gt;Array Class Symbols&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Clojure supporst class symbols &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Clojure supports class symbols&lt;/p&gt;
&lt;/blockquote&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13672/typo-in-the-release-notes-for-1-12-0-alpha6?show=13672#q13672</guid>
<pubDate>Fri, 09 Feb 2024 01:58:53 +0000</pubDate>
</item>
<item>
<title>Answer selected: clojure.math/scalb docstring error</title>
<link>https://ask.clojure.org/index.php/13458/clojure-math-scalb-docstring-error?show=13461#a13461</link>
<description>&lt;p&gt;Jira and patch logged at: &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2811&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2811&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13458/clojure-math-scalb-docstring-error?show=13461#a13461</guid>
<pubDate>Mon, 13 Nov 2023 23:24:13 +0000</pubDate>
</item>
<item>
<title>Answer selected: clojure.math/floor docstring error</title>
<link>https://ask.clojure.org/index.php/13417/clojure-math-floor-docstring-error?show=13418#a13418</link>
<description>&lt;p&gt;Yep, logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2809&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2809&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13417/clojure-math-floor-docstring-error?show=13418#a13418</guid>
<pubDate>Mon, 30 Oct 2023 14:12:09 +0000</pubDate>
</item>
<item>
<title>Answer selected: update-vals documentation string has a typo</title>
<link>https://ask.clojure.org/index.php/13297/update-vals-documentation-string-has-a-typo?show=13298#a13298</link>
<description>&lt;p&gt;The doc string is correct. In a map, the keys are mapped to their values. &lt;code&gt;update-vals&lt;/code&gt; returns a new map where the keys are mapped to the new values. &quot;Mapped&quot; in those cases means &quot;linked to&quot; and not &quot;being passed to some function&quot;.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13297/update-vals-documentation-string-has-a-typo?show=13298#a13298</guid>
<pubDate>Sat, 16 Sep 2023 02:50:34 +0000</pubDate>
</item>
<item>
<title>Commented: Links to EPL license are now broken</title>
<link>https://ask.clojure.org/index.php/13193/links-to-epl-license-are-now-broken?show=13195#c13195</link>
<description>well, I don't think we're going to change the link in every source file</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13193/links-to-epl-license-are-now-broken?show=13195#c13195</guid>
<pubDate>Thu, 24 Aug 2023 02:10:42 +0000</pubDate>
</item>
<item>
<title>Answered: Could `clojure.zip/next` docstring be misleading to some?</title>
<link>https://ask.clojure.org/index.php/10584/could-clojure-zip-next-docstring-be-misleading-to-some?show=12845#a12845</link>
<description>&lt;p&gt;&quot;returns a distinguished loc&quot; is clear: the zipper's end marker is not one of the nodes. &lt;/p&gt;
&lt;p&gt;Webster's Second Unabridged (1956) defines &quot;distinguished&quot; as &quot;distinct; differentiated&quot;.  As for a computer-science definition of &quot;distinguished value&quot;, I did not find one online, but OpenAI Chat got it right, so it must be out there somewhere:  'the term &quot;distinguished value&quot; typically refers to a specific value within a data structure or system that has a special meaning or purpose. This value is often used as a marker or sentinel to indicate the beginning or end of a certain section of data or to signal a certain condition or state. For example, in a linked list data structure, the value &quot;NULL&quot; is often used as a distinguished value to indicate the end of the list..'&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10584/could-clojure-zip-next-docstring-be-misleading-to-some?show=12845#a12845</guid>
<pubDate>Sat, 08 Apr 2023 13:06:35 +0000</pubDate>
</item>
<item>
<title>Answer selected: The `keyword` and `symbol` docstrings don't mention that using `&quot;a/b&quot;` as its only argument is valid</title>
<link>https://ask.clojure.org/index.php/12657/keyword-symbol-docstrings-mention-that-using-argument-valid?show=12711#a12711</link>
<description>&lt;p&gt;Logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2751&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2751&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12657/keyword-symbol-docstrings-mention-that-using-argument-valid?show=12711#a12711</guid>
<pubDate>Wed, 01 Mar 2023 17:13:20 +0000</pubDate>
</item>
<item>
<title>Commented: Invoke Clojure with an argument</title>
<link>https://ask.clojure.org/index.php/11417/invoke-clojure-with-an-argument?show=12584#c12584</link>
<description>No idea about CIDER, sorry.&lt;br /&gt;
&lt;br /&gt;
As fir the FAQ: &lt;a href=&quot;https://github.com/clojure/clojure-site/pull/636&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://github.com/clojure/clojure-site/pull/636&lt;/a&gt;</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11417/invoke-clojure-with-an-argument?show=12584#c12584</guid>
<pubDate>Thu, 26 Jan 2023 04:59:32 +0000</pubDate>
</item>
<item>
<title>Commented: Add example of clojure -Sdeps to Deps and CLI guide or reference</title>
<link>https://ask.clojure.org/index.php/12281/add-example-of-clojure-sdeps-to-deps-and-cli-guide-reference?show=12320#c12320</link>
<description>Oh good call, I'll see if I can write up something useful.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12281/add-example-of-clojure-sdeps-to-deps-and-cli-guide-reference?show=12320#c12320</guid>
<pubDate>Tue, 18 Oct 2022 15:46:06 +0000</pubDate>
</item>
<item>
<title>Commented: Document that distinct preserves ordering</title>
<link>https://ask.clojure.org/index.php/11971/document-that-distinct-preserves-ordering?show=11975#c11975</link>
<description>The strongest hint is that API doc says, &amp;quot;Returns a lazy sequence...&amp;quot;.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11971/document-that-distinct-preserves-ordering?show=11975#c11975</guid>
<pubDate>Thu, 16 Jun 2022 09:34:51 +0000</pubDate>
</item>
<item>
<title>Answer selected: Documentation for `rationalize` is misleading</title>
<link>https://ask.clojure.org/index.php/11717/documentation-for-rationalize-is-misleading?show=11745#a11745</link>
<description>&lt;p&gt;Logged as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2703&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2703&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11717/documentation-for-rationalize-is-misleading?show=11745#a11745</guid>
<pubDate>Fri, 08 Apr 2022 09:36:26 +0000</pubDate>
</item>
<item>
<title>Commented: doall docstring</title>
<link>https://ask.clojure.org/index.php/11420/doall-docstring?show=11423#c11423</link>
<description>An adequate correction would simply change &amp;quot;do not&amp;quot; to &amp;quot;might not&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Most docstrings are more narrowly scoped. &amp;nbsp;doall is relatively extravagant with its fable. &amp;nbsp;A more thorough fix would be to remove the (over-simplified) general info, on the theory that this isn't the place.&lt;br /&gt;
&lt;br /&gt;
P.S. The exact same observation applies to dorun.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11420/doall-docstring?show=11423#c11423</guid>
<pubDate>Tue, 28 Dec 2021 11:23:29 +0000</pubDate>
</item>
<item>
<title>Answered: Typo in https://clojure.org/guides/tools_build</title>
<link>https://ask.clojure.org/index.php/11350/typo-in-https-clojure-org-guides-toolsbuild?show=11352#a11352</link>
<description>&lt;p&gt;Given that the main ns is specific to the project, I wonder if it would be better to have:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(def main-ns 'my.lib.main)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;at the top (after &lt;code&gt;lib&lt;/code&gt;, say) and then use that var in the call to &lt;code&gt;uber&lt;/code&gt;?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(b/uber {:class-dir class-dir
         :uber-file uber-file
         :basis     basis
         :main      main-ns})
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then it might be worth showing an alternative call to &lt;code&gt;compile-clj&lt;/code&gt; that just compiles that main ns instead of implicitly compiling &quot;all&quot; -- and show that &lt;code&gt;:src-dirs&lt;/code&gt; can be &lt;code&gt;[]&lt;/code&gt; when &lt;code&gt;:ns-compile [main-ns]&lt;/code&gt; is provided?&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11350/typo-in-https-clojure-org-guides-toolsbuild?show=11352#a11352</guid>
<pubDate>Sat, 04 Dec 2021 22:21:29 +0000</pubDate>
</item>
<item>
<title>Closed: Typo in docstring of test-vars</title>
<link>https://ask.clojure.org/index.php/1152/typo-in-docstring-of-test-vars?show=1152#q1152</link>
<description>&lt;p&gt;Patch fixes docstring: &quot;runs test-vars&quot; should be &quot;runs test-var&quot;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Screened by:&lt;/strong&gt; Alex Miller&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/1152/typo-in-docstring-of-test-vars?show=1152#q1152</guid>
<pubDate>Tue, 23 Nov 2021 21:05:01 +0000</pubDate>
</item>
<item>
<title>Closed: *compiler-options* docstring is missing :direct-linking</title>
<link>https://ask.clojure.org/index.php/4214/compiler-options-docstring-is-missing-direct-linking?show=4214#q4214</link>
<description>&lt;p&gt;Docstring was never updated to add :direct-linking.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Proposed:&lt;/strong&gt; Add line:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;clojure.core/*compiler-options*
  A map of keys to options.
  Note, when binding dynamically make sure to merge with previous value.
  Supported options:
  :elide-meta - a collection of metadata keys to elide during compilation.
  :disable-locals-clearing - set to true to disable clearing, useful for using a debugger
  :direct-linking - set to true to use direct static invocation of functions, rather than vars
  Alpha, subject to change.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Patch:&lt;/strong&gt; clj-2326.patch&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4214/compiler-options-docstring-is-missing-direct-linking?show=4214#q4214</guid>
<pubDate>Tue, 23 Nov 2021 20:53:59 +0000</pubDate>
</item>
<item>
<title>Closed: doc string for reify is missing a statement of what it does</title>
<link>https://ask.clojure.org/index.php/9812/doc-string-for-reify-is-missing-a-statement-of-what-it-does?show=9812#q9812</link>
<description>&lt;p&gt;While the doc string for the function reify is quite detailed, it never seems to say what it does.  The addition of a single sentence near the beginning of the doc string, perhaps one similar to the following, would help:&lt;/p&gt;
&lt;p&gt;&quot;reify defines an anonymous type, and creates and returns an instance of that type.&quot;&lt;/p&gt;
&lt;p&gt;Note: The reference documentation for reify on clojure.org is better in this regard &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.org/reference/datatypes#_reify&quot;&gt;https://clojure.org/reference/datatypes#_reify&lt;/a&gt;  and I copied then edited one of the sentences there to create the one proposed above.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9812/doc-string-for-reify-is-missing-a-statement-of-what-it-does?show=9812#q9812</guid>
<pubDate>Tue, 23 Nov 2021 20:53:09 +0000</pubDate>
</item>
<item>
<title>Closed: Improve docstring for reify</title>
<link>https://ask.clojure.org/index.php/4646/improve-docstring-for-reify?show=4646#q4646</link>
<description>&lt;p&gt;I think the docs for reify says a lot about &lt;em&gt;how&lt;/em&gt; but misses the point for &lt;em&gt;what&lt;/em&gt; &quot;reify&quot; does. &lt;/p&gt;
&lt;p&gt;&lt;code&gt;`&lt;/code&gt;&lt;/p&gt;
&lt;h3&gt;user=&amp;gt; (doc reify)&lt;/h3&gt;
&lt;p&gt;clojure.core/reify&lt;br&gt;
([&amp;amp; opts+specs])&lt;br&gt;
Macro&lt;br&gt;
  reify is a macro with the following structure:&lt;/p&gt;
&lt;p&gt; (reify options&lt;em&gt; specs&lt;/em&gt;)&lt;br&gt;
...&lt;br&gt;
&lt;code&gt;`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Proposed:&lt;/strong&gt; Add a definition of what reify does:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;`&lt;/code&gt;&lt;/p&gt;
&lt;h3&gt;user=&amp;gt; (doc reify)&lt;/h3&gt;
&lt;p&gt;clojure.core/reify&lt;br&gt;
([&amp;amp; opts+specs])&lt;br&gt;
Macro&lt;br&gt;
  reify creates an anonymous instance implementing a protocol or interface.&lt;br&gt;
  reify is a macro with the following structure:&lt;/p&gt;
&lt;p&gt; (reify options&lt;em&gt; specs&lt;/em&gt;)&lt;br&gt;
...&lt;br&gt;
&lt;code&gt;`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Patch:&lt;/strong&gt; clj-2488-2.patch&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Screened by:&lt;/strong&gt; Alex Miller&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4646/improve-docstring-for-reify?show=4646#q4646</guid>
<pubDate>Tue, 23 Nov 2021 20:52:14 +0000</pubDate>
</item>
<item>
<title>Closed: Document behavior of clojure.core/get on strings and Java arrays</title>
<link>https://ask.clojure.org/index.php/1934/document-behavior-clojure-core-get-strings-and-java-arrays?show=1934#q1934</link>
<description>&lt;p&gt;get's implementation checks in order for&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ILookup&lt;/li&gt;
&lt;li&gt;nil&lt;/li&gt;
&lt;li&gt;Map&lt;/li&gt;
&lt;li&gt;IPersistentSet&lt;/li&gt;
&lt;li&gt;String or Java array&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The docstring for get currently reads&lt;/p&gt;
&lt;p&gt;&quot;Returns the value mapped to key, not-found or nil if key not present.&quot;&lt;/p&gt;
&lt;p&gt;That this works on maps and associative data can reasonably be inferred if one knows Clojure's data model. That it works on sets, Strings, and arrays is less obvious, and would be helpful to mention.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Patch:&lt;/strong&gt; clj-2249-3.patch&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/1934/document-behavior-clojure-core-get-strings-and-java-arrays?show=1934#q1934</guid>
<pubDate>Tue, 23 Nov 2021 20:50:53 +0000</pubDate>
</item>
<item>
<title>Closed: Doc that clojure.string/split strips trailing delimiters</title>
<link>https://ask.clojure.org/index.php/4282/doc-that-clojure-string-split-strips-trailing-delimiters?show=4282#q4282</link>
<description>clojure.string/split and clojure.string/split-lines inherit the bizarre default behavior of java.lang.String#split(String,int) in stripping trailing consecutive delimiters:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(clojure.string/split &amp;quot;banana&amp;quot; #&amp;quot;an&amp;quot;)&lt;br /&gt;
⇒ [&amp;quot;b&amp;quot; &amp;quot;&amp;quot; &amp;quot;a&amp;quot;]&lt;br /&gt;
(clojure.string/split &amp;quot;banana&amp;quot; #&amp;quot;na&amp;quot;)&lt;br /&gt;
⇒ [&amp;quot;ba&amp;quot;]&lt;br /&gt;
(clojure.string/split &amp;quot;nanabanana&amp;quot; #&amp;quot;na&amp;quot;)&lt;br /&gt;
⇒ [&amp;quot;&amp;quot; &amp;quot;&amp;quot; &amp;quot;ba&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the case of split-lines, processing a file line by line and rejoining results in truncation of trailing newlines in the file. In both cases, the behavior is surprising and cannot be inferred from the docstrings. A workaround for split is to pass a limit of -1.&lt;br /&gt;
&lt;br /&gt;
*Proposed:* As current users may be relying on the current behavior, the attached merely updates the docstring to warn of this behavior and suggest use of -1 as a limit to workaround.&lt;br /&gt;
&lt;br /&gt;
*Patch:* clj-1360-2.patch</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4282/doc-that-clojure-string-split-strips-trailing-delimiters?show=4282#q4282</guid>
<pubDate>Tue, 23 Nov 2021 20:50:19 +0000</pubDate>
</item>
<item>
<title>Closed: clojure.java.api documentation mistaken example</title>
<link>https://ask.clojure.org/index.php/11180/clojure-java-api-documentation-mistaken-example?show=11180#q11180</link>
<description>&lt;p&gt;In the current text of &lt;strong&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.github.io/clojure/javadoc/&quot;&gt;&lt;code&gt;clojure.java.api&lt;/code&gt;&lt;/a&gt;&lt;/strong&gt;, there is an text explaining that &lt;code&gt;IFn&lt;/code&gt; can be passed to HOF.&lt;/p&gt;
&lt;p&gt;Then an example is presented as &quot;passing &lt;code&gt;plus&lt;/code&gt; to &lt;code&gt;read&lt;/code&gt;&quot; but I think the example is actually passing &lt;code&gt;inc&lt;/code&gt; to &lt;code&gt;map&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This is the current text:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;IFns can be passed to higher order functions, e.g. the example below passes plus to read:&lt;/p&gt;
&lt;p&gt;IFn map = Clojure.var(&quot;clojure.core&quot;, &quot;map&quot;);&lt;br&gt;
IFn inc = Clojure.var(&quot;clojure.core&quot;, &quot;inc&quot;);&lt;br&gt;
map.invoke(inc, Clojure.read(&quot;[1 2 3]&quot;));&lt;/p&gt;
&lt;/blockquote&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11180/clojure-java-api-documentation-mistaken-example?show=11180#q11180</guid>
<pubDate>Tue, 23 Nov 2021 20:49:33 +0000</pubDate>
</item>
<item>
<title>Commented: requesting change to doc string in (doc take-while)</title>
<link>https://ask.clojure.org/index.php/11258/requesting-change-to-doc-string-in-doc-take-while?show=11266#c11266</link>
<description>Thanks for taking the time to reply.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11258/requesting-change-to-doc-string-in-doc-take-while?show=11266#c11266</guid>
<pubDate>Wed, 10 Nov 2021 21:38:21 +0000</pubDate>
</item>
<item>
<title>Answered: Docstring for `=` could be made less ambiguous w.r.t. numbers</title>
<link>https://ask.clojure.org/index.php/10992/docstring-for-could-be-made-less-ambiguous-w-r-t-numbers?show=11175#a11175</link>
<description>&lt;p&gt;I do not know the Clojure maintainer's views on this idea, but an approach that would make the details easier to find for many people, without significantly increasing the length of the compiled-into-the-Clojure-image doc string, would be to add a sentence like &quot;For additional details, see &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.org/guides/equality&quot;&gt;https://clojure.org/guides/equality&lt;/a&gt;&quot; in the doc string.&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10992/docstring-for-could-be-made-less-ambiguous-w-r-t-numbers?show=11175#a11175</guid>
<pubDate>Sun, 17 Oct 2021 13:23:54 +0000</pubDate>
</item>
<item>
<title>Commented: Document how extend-type can be used to provide default protocol implementation</title>
<link>https://ask.clojure.org/index.php/9950/document-extend-provide-default-protocol-implementation?show=10844#c10844</link>
<description>Thank you very much for your reply, will do it then.</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9950/document-extend-provide-default-protocol-implementation?show=10844#c10844</guid>
<pubDate>Wed, 21 Jul 2021 15:55:36 +0000</pubDate>
</item>
<item>
<title>Answered: What do the metalanguage-style symbols on clojuredocs.org mean?</title>
<link>https://ask.clojure.org/index.php/10707/what-do-the-metalanguage-style-symbols-clojuredocs-org-mean?show=10711#a10711</link>
<description>&lt;p&gt;You may find this useful:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.org/guides/weird_characters&quot;&gt;https://clojure.org/guides/weird_characters&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10707/what-do-the-metalanguage-style-symbols-clojuredocs-org-mean?show=10711#a10711</guid>
<pubDate>Sat, 19 Jun 2021 20:06:41 +0000</pubDate>
</item>
<item>
<title>Answer selected: Add warning about not using the ret-val of `assoc!` to the doc string</title>
<link>https://ask.clojure.org/index.php/10521/add-warning-about-not-using-the-ret-val-of-assoc-the-doc-string?show=10522#a10522</link>
<description>&lt;p&gt;This is logged already as &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-1385&quot;&gt;https://clojure.atlassian.net/browse/CLJ-1385&lt;/a&gt; (I think it was waiting on me for a better message iirc).&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10521/add-warning-about-not-using-the-ret-val-of-assoc-the-doc-string?show=10522#a10522</guid>
<pubDate>Sat, 24 Apr 2021 05:58:23 +0000</pubDate>
</item>
<item>
<title>Answer selected: Which argument is which, for bit-shift-left and bit-shift-right?</title>
<link>https://ask.clojure.org/index.php/10130/which-argument-is-which-for-bit-shift-left-and-bit-shift-right?show=10180#a10180</link>
<description>&lt;p&gt;Filed jira: &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/browse/CLJ-2608&quot;&gt;https://clojure.atlassian.net/browse/CLJ-2608&lt;/a&gt;&lt;/p&gt;
</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10130/which-argument-is-which-for-bit-shift-left-and-bit-shift-right?show=10180#a10180</guid>
<pubDate>Mon, 15 Feb 2021 01:59:37 +0000</pubDate>
</item>
<item>
<title>Commented: Typo in Getting Started: /etc/man_dev.conf ➡ /etc/man_db.conf</title>
<link>https://ask.clojure.org/index.php/10132/typo-in-getting-started-etc-mandev-conf-etc-mandb-conf?show=10134#c10134</link>
<description>OK, thanks. I opened an issue: &lt;a href=&quot;https://github.com/clojure/clojure-site/issues/502&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://github.com/clojure/clojure-site/issues/502&lt;/a&gt;</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10132/typo-in-getting-started-etc-mandev-conf-etc-mandb-conf?show=10134#c10134</guid>
<pubDate>Mon, 01 Feb 2021 06:55:46 +0000</pubDate>
</item>
<item>
<title>Commented: Is &quot;port&quot; inside core.asyn documentation same as a &quot;chan&quot;?</title>
<link>https://ask.clojure.org/index.php/9987/is-port-inside-core-asyn-documentation-same-as-a-chan?show=9990#c9990</link>
<description>Yes, that’s correct</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9987/is-port-inside-core-asyn-documentation-same-as-a-chan?show=9990#c9990</guid>
<pubDate>Wed, 30 Dec 2020 23:58:40 +0000</pubDate>
</item>
<item>
<title>Commented: CLI/deps reference use of :aliases is confusing in a couple of places</title>
<link>https://ask.clojure.org/index.php/9919/cli-deps-reference-use-of-aliases-is-confusing-couple-places?show=9941#c9941</link>
<description>Thanks! First glance over the updated help and docs all looks good!</description>
<category>Docs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9919/cli-deps-reference-use-of-aliases-is-confusing-couple-places?show=9941#c9941</guid>
<pubDate>Thu, 10 Dec 2020 22:14:28 +0000</pubDate>
</item>
</channel>
</rss>