<!--
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 18:09:37 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+CLJCLR+AND+resolution+%3D+Unresolved+AND+fixVersion+is+EMPTY+ORDER+BY+priority+DESC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+CLJCLR+AND+resolution+%3D+Unresolved+AND+fixVersion+is+EMPTY+ORDER+BY+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="1" total="1"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[CLJCLR-11] Simplify integration of Clojure code with existing .NET code</title>
                <link>http://dev.clojure.org/jira/browse/CLJCLR-11</link>
                <project id="10173" key="CLJCLR">ClojureCLR</project>
                        <description>&lt;p&gt;It would be nice to have a nice high-level wrapper class for key Clojure integration functions.  In IronPython for example, there is a IronPython.Hosting.Python class.  For ClojureCLR, I created the attached clojure.lang.Hosting.Clojure class which provides three simple functions Require, GetVar, and AddNamespaceLoadMapping (for integrating .clj files into .NET assemblies as embedded resources).  This class or one like it is a simple suggestion to make integration with existing code as painless as possible.&lt;/p&gt;

&lt;p&gt;Sample usage:&lt;/p&gt;

&lt;p&gt;Clojure.GetVar(&quot;clojure.main&quot;, &quot;main&quot;).invoke();  // Starts an embedded Clojure REPL&lt;/p&gt;

&lt;p&gt;This is much simpler than:&lt;/p&gt;

&lt;p&gt;Symbol CLOJURE_MAIN = Symbol.intern(&quot;clojure.main&quot;);&lt;br/&gt;
Var REQUIRE = RT.var(&quot;clojure.core&quot;, &quot;require&quot;);&lt;br/&gt;
REQUIRE.invoke(CLOJURE_MAIN);&lt;br/&gt;
RT.var(&quot;clojure.main&quot;, &quot;main&quot;).invoke().&lt;/p&gt;</description>
                <environment></environment>
            <key id="16040">CLJCLR-11</key>
            <summary>Simplify integration of Clojure code with existing .NET code</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="dmiller">David Miller</assignee>
                                <reporter username="aaroncr">Aaron Craelius</reporter>
                        <labels>
                    </labels>
                <created>Sun, 3 Mar 2013 20:16:34 -0600</created>
                <updated>Wed, 6 Mar 2013 20:42:29 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30707" author="aaroncr" created="Wed, 6 Mar 2013 20:42:29 -0600"  >&lt;p&gt;This is an updated patch that supercedes the previous patch adds an AddToLoadPath method.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11896" name="clojure-hosting2.patch" size="4642" author="aaroncr" created="Wed, 6 Mar 2013 20:42:29 -0600" />
                    <attachment id="11889" name="clojure-hosting.patch" size="3421" author="aaroncr" created="Sun, 3 Mar 2013 20:16:34 -0600" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10001">Code</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>
</channel>
</rss>