<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions tagged value override</title>
<link>https://ask.clojure.org/index.php/tag/value+override</link>
<description></description>
<item>
<title>array-map not overriding values for same key, in online repl</title>
<link>https://ask.clojure.org/index.php/9788/array-map-not-overriding-values-for-same-key-in-online-repl</link>
<description>&lt;p&gt;In online repl at &lt;a rel=&quot;nofollow&quot; href=&quot;https://clojurescript.io/&quot;&gt;https://clojurescript.io/&lt;/a&gt; you get this behaviour: &lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cljs.user=&amp;gt; (array-map 1 2 1 234)
{1 2}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Key &quot;1&quot; should have value 234, according to spec. In clojure it works as expected. &lt;/p&gt;
</description>
<category>ClojureScript</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9788/array-map-not-overriding-values-for-same-key-in-online-repl</guid>
<pubDate>Thu, 12 Nov 2020 17:26:44 +0000</pubDate>
</item>
</channel>
</rss>