<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions tagged lispreader</title>
<link>https://ask.clojure.org/index.php/tag/lispreader</link>
<description></description>
<item>
<title>Location data on all IObj</title>
<link>https://ask.clojure.org/index.php/13314/location-data-on-all-iobj</link>
<description>&lt;p&gt;Only lists carry location data, even though most non-primitives implement IObj. Is there a reason for this? Would there be interest in adding location data to all IObj objects at read time?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;user=&amp;gt; (meta '(1 2 3))
{:line 1, :column 8}
user=&amp;gt; (meta 'abc)
nil
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Syntax and reader</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13314/location-data-on-all-iobj</guid>
<pubDate>Wed, 20 Sep 2023 14:02:59 +0000</pubDate>
</item>
</channel>
</rss>