<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent activity in ClojureCLR</title>
<link>https://ask.clojure.org/index.php/activity/clojureclr</link>
<description></description>
<item>
<title>Commented: Porting .NET 4.8 application using Clojure CLR to .NET 8</title>
<link>https://ask.clojure.org/index.php/14187/porting-net-4-8-application-using-clojure-clr-to-net-8?show=15063#c15063</link>
<description>System.Text.Json comes in only as a transitive dependency. &amp;nbsp;Not sure what other libs require it -- could be several. &amp;nbsp;Installed version is 10.0.7. &amp;nbsp;Could be a version issue? &amp;nbsp;Not sure how to even figure these things out in your scenario. &amp;nbsp;(I had to do some serious tweaking to get all the right libraries in place for my little C++ console app.)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14187/porting-net-4-8-application-using-clojure-clr-to-net-8?show=15063#c15063</guid>
<pubDate>Wed, 29 Apr 2026 02:52:51 +0000</pubDate>
</item>
<item>
<title>Commented: Threading macro with update and when produces incorrect results</title>
<link>https://ask.clojure.org/index.php/14788/threading-macro-with-update-when-produces-incorrect-results?show=14825#c14825</link>
<description>I tried the following in Clojure 1.12.2 (Windows) and 1.12.3-alpha4 (Windows and Linux):&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
(def p1 {:name &amp;quot;James&amp;quot; :age 26})&lt;br /&gt;
(def p2 {:name &amp;quot;Fred&amp;quot; :age nil})&lt;br /&gt;
(def p3 {:name &amp;quot;Fred&amp;quot;})&lt;br /&gt;
&lt;br /&gt;
(-&amp;gt; p1 (update :age #(when % (inc %)))) &amp;nbsp;&amp;nbsp;; =&amp;gt; {:name &amp;quot;James&amp;quot;, :age 27}&lt;br /&gt;
(-&amp;gt; p2 (update :age #(when % (inc %)))) &amp;nbsp;&amp;nbsp;; =&amp;gt; {:name &amp;quot;Fred&amp;quot;, :age nil}&lt;br /&gt;
(-&amp;gt; p3 (update :age #(when % (inc %)))) &amp;nbsp;&amp;nbsp;; =&amp;gt; {:name &amp;quot;Fred&amp;quot;, :age nil}&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
I thought the `p2` and `p3` examples matched the description given and would fail. &amp;nbsp;They do not. &amp;nbsp;Could you provide a more specific example that illustrates the problem? &amp;nbsp;&amp;nbsp;Your description says the error occurs in web handlers? &amp;nbsp;Does this only occur in that context?</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14788/threading-macro-with-update-when-produces-incorrect-results?show=14825#c14825</guid>
<pubDate>Wed, 10 Dec 2025 11:20:49 +0000</pubDate>
</item>
<item>
<title>Answered: How to use core.async from cljr command line tool?</title>
<link>https://ask.clojure.org/index.php/14766/how-to-use-core-async-from-cljr-command-line-tool?show=14789#a14789</link>
<description>&lt;p&gt;The recommendations have implemented (other than the archiving of clr.tools.analyzer).&lt;/p&gt;
&lt;p&gt;clr.core.async version 1.7.701 has been released.&lt;br&gt;
It and all its dependencies have been properly deps.edn-ified.&lt;br&gt;
I've been doing all the testing via &lt;code&gt;cljr&lt;/code&gt;, so I have some confidence it works.&lt;/p&gt;
</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14766/how-to-use-core-async-from-cljr-command-line-tool?show=14789#a14789</guid>
<pubDate>Tue, 02 Dec 2025 04:00:56 +0000</pubDate>
</item>
<item>
<title>Answered: Does cljr -Sdeps work for other people?</title>
<link>https://ask.clojure.org/index.php/14695/does-cljr-sdeps-work-for-other-people?show=14749#a14749</link>
<description>&lt;p&gt;Fixed a month ago in clr.core.cli. Was a problem with a .sh file on Linux and another issue.&lt;br&gt;
Forgot to write back here. It all works now.&lt;/p&gt;
</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14695/does-cljr-sdeps-work-for-other-people?show=14749#a14749</guid>
<pubDate>Wed, 05 Nov 2025 19:34:05 +0000</pubDate>
</item>
<item>
<title>Retagged: Does clojure-clr work on Android?</title>
<link>https://ask.clojure.org/index.php/14512/does-clojure-clr-work-on-android?show=14512#q14512</link>
<description>&lt;p&gt;&lt;strong&gt;EDIT: &lt;/strong&gt; Answer is YES. Below is my long-winded exploration.&lt;/p&gt;
&lt;p&gt;I see one of the reasons for clojure-clr-next is it will work on more platforms, is Android one of those?&lt;/p&gt;
&lt;p&gt;I'm using Termux to operate dotnet on Android.&lt;/p&gt;
&lt;p&gt;Both the clojure-clr global dotnet tool and locally compiled clojure-clr fail with exit code 1, no exceptions or anything. I tried dotnet-trace and it gets a partial trace, but no minidump. Puzzling as with the partial trace, the  documentation indicates an expectation of a minidump, maybe there is some unmet condition to emit the minidump I'm not aware of yet (env variables for it didn't work).&lt;/p&gt;
&lt;p&gt;In the trace here is an early line followed by some of the last lines:&lt;br&gt;
&lt;code&gt;`&lt;/code&gt;&lt;br&gt;
&quot;system.linq!System.Linq.Enumerable.SelectManyS\ingleSelectorIterator\u003cSystem.Reflection.As\sembly,System.Type\u003e.MoveNext()&quot;&lt;/p&gt;
&lt;p&gt;[...]&lt;br&gt;
&quot;system.collections!System.Collections.Generic.\&lt;br&gt;
SortedSet\u003cSystem.Collections.Generic.KeyVa\luePair\u003cSystem.Int32,clojure.lang.CljCompi\ler.Ast.FnMethod\u003e\u003e.AddIfNotPresent(Sy\stem.Collections.Generic.KeyValuePair`2\u003cin\t,&lt;/p&gt;
&lt;p&gt;[...last line...]&lt;br&gt;
&quot;ManagedModule!System.Buffers.SharedArrayPool\u\003cSystem.Byte\u003e.Trim()&quot;&lt;br&gt;
&lt;code&gt;`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;So maybe something to do with reflection, or that SharedArrayPool?&lt;/p&gt;
&lt;p&gt;I tried inserting some logging to Clojure.Main, but nothing logged as it appears to fail before CljMain.Main() is called. Possibly fails during setting up attributes on one of the classes, in one of the Symbol.intern() or RT.var() calls or somewhere else?&lt;/p&gt;
&lt;p&gt;Couldn't run the &lt;code&gt;dotnet msbuild build.proj -t:Test -p:TestTargetFramework=net8.0&lt;/code&gt;, fails with:&lt;br&gt;
&lt;code&gt;Clojure.Main -&amp;gt; /data/data/com.termux/files/home/dev/clojure-clr/Clojure/Clojure.Main/bin/Debug/net8.0/Clojure.Main.dll
  ClojureCompileAssets = ''
  ClojureMainAssets = ''
  ClojureTestsAssets = ''
/data/data/com.termux/files/home/dev/clojure-clr/Clojure/build.proj(177,5): error MSB3073: The command &quot;dotnet run --project /data/data/com.termux/files/home/dev/clojure-clr/Clojure/Clojure.Main --framework net8.0 -c Debug -p:TargetOS=linux-bionic -p:TargetPlatform=arm64 -p:TargetFramework=net8.0 -p:TargetFrameworks='net8.0' -- run_test.clj&quot; exited with code 1.&lt;/code&gt;&lt;br&gt;
I had to edit build.proj a bit to get custom -p:TargetFrameworks and such to pass through, but still fails with exit code 1.&lt;/p&gt;
&lt;p&gt;Well I'll continue poking around in this uncharted territory.&lt;/p&gt;
</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14512/does-clojure-clr-work-on-android?show=14512#q14512</guid>
<pubDate>Sat, 06 Sep 2025 18:26:58 +0000</pubDate>
</item>
<item>
<title>Edited: Porting clojure libraries w/ java interop to clojure-clr</title>
<link>https://ask.clojure.org/index.php/14684/porting-clojure-libraries-w-java-interop-to-clojure-clr?show=14684#q14684</link>
<description>&lt;p&gt;I've been browsing around to understand the ecosystem.&lt;/p&gt;
&lt;p&gt;I see some libraries are ported to use CLR interop, like core.logic, some are part way finished, like core.async.&lt;/p&gt;
&lt;p&gt;Here is one maintainer's concerns, they would much like to point CLR users at a fork with CLR interop maintained by someone else:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/weavejester/medley/pull/96&quot;&gt;https://github.com/weavejester/medley/pull/96&lt;/a&gt;&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/weavejester/medley/pull/65&quot;&gt;https://github.com/weavejester/medley/pull/65&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For fun I examined how to use formal logic to do the code translation. Using Spec, and core.logic for code generation perhaps. I think it would require a lot of knowledge representation.&lt;/p&gt;
&lt;p&gt;It might be easier, for these non-core/crucial libraries to use LLMs to do the code translation, and direct the outputs into a set of forks. Perhaps the core libraries used as training data on what to do. This author has some great insights and details on a plausible workflow(s) including with the utility of editor integration. He has done interop translation and work with clojure:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://m.youtube.com/watch?v=oNhqqiKuUmw&quot;&gt;https://m.youtube.com/watch?v=oNhqqiKuUmw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As it is only the interop which requires translation (subsets of clojure files), with a skilled hand there might be better results than some of what he illustrates.&lt;/p&gt;
&lt;p&gt;I looked around for a spec for the dotnet core API. I saw one they used to maintain but couldn't find a recent one. Though, all this LLM stuff is beyond me at this time. I thought to share some of my exploration.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EDIT:&lt;/strong&gt; Found the dotnet API spec/reference for netstandard 2.1.0, I think someone wrote they since moved it into dotnet/runtime but I couldn't find it there, dunno if this helps: &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/dotnet/standard/blob/v2.1.0/src/netstandard/ref/System.IO.cs&quot;&gt;https://github.com/dotnet/standard/blob/v2.1.0/src/netstandard/ref/System.IO.cs&lt;/a&gt;&lt;/p&gt;
</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14684/porting-clojure-libraries-w-java-interop-to-clojure-clr?show=14684#q14684</guid>
<pubDate>Sat, 23 Aug 2025 22:28:29 +0000</pubDate>
</item>
<item>
<title>Commented: CLR behavior of tools.namespace does not match the JVM implementation</title>
<link>https://ask.clojure.org/index.php/14284/clr-behavior-tools-namespace-does-not-match-implementation?show=14297#c14297</link>
<description>I don't think anything more needs to be done. If there are any other discrepancies between CLR/JVM, they haven't surfaced themselves yet.</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14284/clr-behavior-tools-namespace-does-not-match-implementation?show=14297#c14297</guid>
<pubDate>Sun, 08 Dec 2024 18:39:59 +0000</pubDate>
</item>
<item>
<title>Commented: Is it still possible to compile cljr files to dll/exe on dotent 6 and above?</title>
<link>https://ask.clojure.org/index.php/13866/is-still-possible-compile-cljr-files-dll-exe-dotent-and-above?show=13871#c13871</link>
<description>Thanks for the info.</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13866/is-still-possible-compile-cljr-files-dll-exe-dotent-and-above?show=13871#c13871</guid>
<pubDate>Thu, 02 May 2024 06:03:09 +0000</pubDate>
</item>
<item>
<title>Commented: Newbie question about namespaces and strategy for C# -&gt; CLJ in general</title>
<link>https://ask.clojure.org/index.php/13459/newbie-question-about-namespaces-and-strategy-for-general?show=13600#c13600</link>
<description>Thanks for this, it works like a charm. Also potentially gave me some understanding the &amp;quot;internals&amp;quot; of Clojure : ) &amp;nbsp;&amp;nbsp;(RT.init, RT.var etc.). &lt;br /&gt;
I think the wiki could be improved with some more clear examples like yours above.&lt;br /&gt;
&lt;a href=&quot;https://github.com/clojure/clojure-clr/wiki/Using-ClojureCLR-in-a-C%23-project&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://github.com/clojure/clojure-clr/wiki/Using-ClojureCLR-in-a-C%23-project&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I'll try learn more and maybe contribute some day...</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13459/newbie-question-about-namespaces-and-strategy-for-general?show=13600#c13600</guid>
<pubDate>Thu, 04 Jan 2024 10:32:31 +0000</pubDate>
</item>
<item>
<title>Answered: clojure-clr nrepl - .NET Standard 2.1. does not work with .NET 7</title>
<link>https://ask.clojure.org/index.php/12954/clojure-clr-nrepl-net-standard-2-1-does-not-work-with-net-7?show=12955#a12955</link>
<description>&lt;p&gt;Thank you for the very clear example.  It was easy to track down.  When I added support for .cljr files, I missed a location -- that's what is failing here.  (Embedded resource in loaded assembly.)&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues/CLJCLR-155&quot;&gt;https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues/CLJCLR-155&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I'll get a fix into the next alpha -- very soon.&lt;/p&gt;
</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12954/clojure-clr-nrepl-net-standard-2-1-does-not-work-with-net-7?show=12955#a12955</guid>
<pubDate>Tue, 23 May 2023 02:15:54 +0000</pubDate>
</item>
<item>
<title>Commented: Semantics of as-file differs from Clojure</title>
<link>https://ask.clojure.org/index.php/12580/semantics-of-as-file-differs-from-clojure?show=12813#c12813</link>
<description>The suggested fix does not really work. &amp;nbsp;`FileSystemObject` is an abstract class. &amp;nbsp;One is going to have to create either `FileInfo` or &amp;nbsp;a `DirectoryInfo` object -- you pick the one that has the functionality you need. &amp;nbsp;&amp;nbsp;For this purpose, I left 'as-file` as-is and added `as-dir`.&lt;br /&gt;
&lt;br /&gt;
In addition, as a rough approximation to &amp;nbsp;`clojure.java.io/file`, I added `file-info` and `dir-info`. &amp;nbsp;They will take multiple arguments, stringify them, and join them with the directory separator char interposed. &amp;nbsp;It will convert any 'wrong' &amp;nbsp;separator chars to the correct one for the platform -- once you enter the land of `DirectoryInfo` and `FileInfo`, it is hard to remain agnostic. &amp;nbsp;Thus you could do something mixed mode like `(file-info &amp;quot;a/b&amp;quot; &amp;quot;c\\d&amp;quot;)`.&lt;br /&gt;
&lt;br /&gt;
This will be in the alpha6 of 1.12.0 when it comes out, probably later this week.</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12580/semantics-of-as-file-differs-from-clojure?show=12813#c12813</guid>
<pubDate>Wed, 29 Mar 2023 01:09:48 +0000</pubDate>
</item>
<item>
<title>Answered: Using proxy to extend MemoryStream fails on Close</title>
<link>https://ask.clojure.org/index.php/12549/using-proxy-to-extend-memorystream-fails-on-close?show=12559#a12559</link>
<description>&lt;p&gt;Issue created.  Two other instances have been reported (including my own encounter).&lt;br&gt;
From my initial digging, it is related to overloads of methods such as Write on arguments of types such as ReadOnlySpan.  I'm going to guess a problem with stack-allocated object that are not handled properly in IL-generation.  &lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues/CLJCLR-132&quot;&gt;JIRA issue CLRCLR-132&lt;/a&gt; created for this.&lt;/p&gt;
</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12549/using-proxy-to-extend-memorystream-fails-on-close?show=12559#a12559</guid>
<pubDate>Tue, 17 Jan 2023 13:43:36 +0000</pubDate>
</item>
<item>
<title>Commented: slurp without encoding prints erroneous warning</title>
<link>https://ask.clojure.org/index.php/12524/slurp-without-encoding-prints-erroneous-warning?show=12527#c12527</link>
<description>Commit for this pushed. &amp;nbsp;Will be out in the next alpha release, coming soon.</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12524/slurp-without-encoding-prints-erroneous-warning?show=12527#c12527</guid>
<pubDate>Sat, 07 Jan 2023 15:41:26 +0000</pubDate>
</item>
<item>
<title>Commented: Cannot install Clojure.Main 1.10.0-rc1 dotnet tool</title>
<link>https://ask.clojure.org/index.php/10427/cannot-install-clojure-main-1-10-0-rc1-dotnet-tool?show=10463#c10463</link>
<description>RC2 has been released for testing.</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10427/cannot-install-clojure-main-1-10-0-rc1-dotnet-tool?show=10463#c10463</guid>
<pubDate>Sat, 10 Apr 2021 22:39:33 +0000</pubDate>
</item>
<item>
<title>Answer selected: How do I tag a game object in arcadia?</title>
<link>https://ask.clojure.org/index.php/8225/how-do-i-tag-a-game-object-in-arcadia?show=8236#a8236</link>
<description>&lt;p&gt;Haven’t tested this, but it should work:&lt;/p&gt;
&lt;p&gt;According to the &lt;a rel=&quot;nofollow&quot; href=&quot;https://docs.unity3d.com/ScriptReference/GameObject-tag.html&quot;&gt;Unity Scripting API&lt;/a&gt; you can simply set the tag property of a GameObject to a string after specifying it via the Tags and Layers manager.&lt;/p&gt;
&lt;p&gt;In &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/arcadia-unity/Arcadia/wiki/Using-Arcadia&quot;&gt;Arcadia&lt;/a&gt; you can use &lt;code&gt;set!&lt;/code&gt; to accomplish this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(set! (. game-object tag) &quot;SomeTag&quot;)
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8225/how-do-i-tag-a-game-object-in-arcadia?show=8236#a8236</guid>
<pubDate>Mon, 29 Jul 2019 12:51:42 +0000</pubDate>
</item>
<item>
<title>Answered: ClojureClr assembly loading from referenced dll</title>
<link>https://ask.clojure.org/index.php/4855/clojureclr-assembly-loading-from-referenced-dll?show=4886#a4886</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-88&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-88&lt;/a&gt; (reported by alex+import)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4855/clojureclr-assembly-loading-from-referenced-dll?show=4886#a4886</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Regularize handling of clojure.compile.x environment variables</title>
<link>https://ask.clojure.org/index.php/4860/regularize-handling-clojure-compile-environment-variables?show=4902#a4902</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-73&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-73&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4860/regularize-handling-clojure-compile-environment-variables?show=4902#a4902</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Use Type.AssemblyQualifiedName in ObjExpr.EmitValue when generating code for types</title>
<link>https://ask.clojure.org/index.php/4859/assemblyqualifiedname-objexpr-emitvalue-generating-types?show=4901#a4901</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-38&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-38&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4859/assemblyqualifiedname-objexpr-emitvalue-generating-types?show=4901#a4901</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: spit does not truncate, leaves tail of original file if output is shorter length.</title>
<link>https://ask.clojure.org/index.php/4858/spit-does-truncate-leaves-tail-original-output-shorter-length?show=4895#a4895</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-37&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-37&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4858/spit-does-truncate-leaves-tail-original-output-shorter-length?show=4895#a4895</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: clojure/test-clojure/reducers seems to take a very long time to run</title>
<link>https://ask.clojure.org/index.php/4857/clojure-test-clojure-reducers-seems-take-very-long-time-run?show=4893#a4893</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-96&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-96&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4857/clojure-test-clojure-reducers-seems-take-very-long-time-run?show=4893#a4893</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Upgrading to .NET Core 2.0</title>
<link>https://ask.clojure.org/index.php/4856/upgrading-to-net-core-2-0?show=4887#a4887</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-94&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-94&lt;/a&gt; (reported by alex+import)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4856/upgrading-to-net-core-2-0?show=4887#a4887</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Make more fields public in AST nodes</title>
<link>https://ask.clojure.org/index.php/4852/make-more-fields-public-in-ast-nodes?show=4882#a4882</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-69&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-69&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4852/make-more-fields-public-in-ast-nodes?show=4882#a4882</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Problems building on Linux</title>
<link>https://ask.clojure.org/index.php/4854/problems-building-on-linux?show=4884#a4884</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-78&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-78&lt;/a&gt; (reported by spacepluk)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4854/problems-building-on-linux?show=4884#a4884</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Cannot call new/hidden interface method</title>
<link>https://ask.clojure.org/index.php/4853/cannot-call-new-hidden-interface-method?show=4883#a4883</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-67&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-67&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4853/cannot-call-new-hidden-interface-method?show=4883#a4883</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Error when starting Clojure.Main.exe</title>
<link>https://ask.clojure.org/index.php/4851/error-when-starting-clojure-main-exe?show=4879#a4879</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-48&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-48&lt;/a&gt; (reported by alex+import)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4851/error-when-starting-clojure-main-exe?show=4879#a4879</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: REPL input broken</title>
<link>https://ask.clojure.org/index.php/4850/repl-input-broken?show=4875#a4875</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-33&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-33&lt;/a&gt; (reported by shlomocomputer)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4850/repl-input-broken?show=4875#a4875</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: RT.load does not correctly map namespace to source file or dll name</title>
<link>https://ask.clojure.org/index.php/4849/rt-load-does-not-correctly-map-namespace-source-file-dll-name?show=4870#a4870</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-32&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-32&lt;/a&gt; (reported by alex+import)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4849/rt-load-does-not-correctly-map-namespace-source-file-dll-name?show=4870#a4870</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: AST nodes need to record the context in which it was parsed (RHC).</title>
<link>https://ask.clojure.org/index.php/4848/ast-nodes-need-to-record-the-context-in-which-it-was-parsed-rhc?show=4869#a4869</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-75&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-75&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4848/ast-nodes-need-to-record-the-context-in-which-it-was-parsed-rhc?show=4869#a4869</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Compute RT.DEFAULT_IMPORTS at startup</title>
<link>https://ask.clojure.org/index.php/4847/compute-rt-defaultimports-at-startup?show=4868#a4868</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-81&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-81&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4847/compute-rt-defaultimports-at-startup?show=4868#a4868</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Clojure.Compile.exe create single dll for all compiled .clj files</title>
<link>https://ask.clojure.org/index.php/4846/clojure-compile-exe-create-single-dll-for-all-compiled-files?show=4865#a4865</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-25&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-25&lt;/a&gt; (reported by speige)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4846/clojure-compile-exe-create-single-dll-for-all-compiled-files?show=4865#a4865</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Add gitter.im and slack links to README</title>
<link>https://ask.clojure.org/index.php/4844/add-gitter-im-and-slack-links-to-readme?show=4861#a4861</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-103&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-103&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4844/add-gitter-im-and-slack-links-to-readme?show=4861#a4861</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
<item>
<title>Answered: Update README to point to bug reporting to clojure.atlassian.net/projects/CLJCLR</title>
<link>https://ask.clojure.org/index.php/4845/update-readme-reporting-clojure-atlassian-projects-cljclr?show=4862#a4862</link>
<description>Reference: &lt;a href=&quot;https://clojure.atlassian.net/browse/CLJCLR-105&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://clojure.atlassian.net/browse/CLJCLR-105&lt;/a&gt; (reported by dmiller)</description>
<category>ClojureCLR</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/4845/update-readme-reporting-clojure-atlassian-projects-cljclr?show=4862#a4862</guid>
<pubDate>Wed, 26 Jun 2019 12:00:00 +0000</pubDate>
</item>
</channel>
</rss>