<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>clojure-tools Google Group</title>
  <link>http://groups.google.com/group/clojure-tools</link>
  <description>A place for Clojure toolsmiths and engaged users to discuss new developments, work on interoperability, and collaborate on shared interests and problems. Let&amp;#39;s make Clojure tools rock!</description>
  <language>en</language>
  <item>
  <title>las3r &lt;---&gt; nrepl</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/8527b0f7dd7a41d1/92ff3f90fa9abf7b?show_docid=92ff3f90fa9abf7b</link>
  <description>
  Hello. &lt;br&gt; I need a suggetion about one thing: &lt;br&gt; las3r &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/aemoncannon/las3r&quot;&gt;[link]&lt;/a&gt;&amp;gt;- is a subset of Clujure &lt;br&gt; language, hosted inside flash runtime. The idea is to use emacs + nrepl &lt;br&gt; (I want to use all it&#39;s sweet features) to talk with flash repl. My &lt;br&gt; question is: can this be achieved via some combination of nrepl middlware
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/8527b0f7dd7a41d1</guid>
  <author>
  volan...@gmail.com
  (Andrew Voron)
  </author>
  <pubDate>Wed, 17 Apr 2013 07:01:07 UT
</pubDate>
  </item>
  <item>
  <title>lein repl connection refused</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/1cc0fe81b46534cb/20d031b019221ffa?show_docid=20d031b019221ffa</link>
  <description>
  Hi! &lt;br&gt; I just cloned the &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/technomancy/chortles&quot;&gt;[link]&lt;/a&gt; repository and &lt;br&gt; followed the usage: &lt;br&gt; $ AUTH_USER=flynn AUTH_PASS=reindeerflotilla PORT=5000 lein run -m chortles.web &lt;br&gt; lein repl :connect &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://flynn:reindeerflotilla@localhost:5000/repl&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; And I am getting: &lt;br&gt; ConnectException Connection refused
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/1cc0fe81b46534cb</guid>
  <author>
  pedro...@gmail.com
  (Pedro Viegas)
  </author>
  <pubDate>Fri, 12 Apr 2013 03:32:59 UT
</pubDate>
  </item>
  <item>
  <title>ANN: Clojure Namespace Browser: clj-ns-browser 1.3.1 release</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/66bb061a5489beef/eec84357210b1247?show_docid=eec84357210b1247</link>
  <description>
  Small maintenance release that upgrades project&#39;s dependencies to Clojure 1.5 and Seesaw 1.4.3, but works fine with Clojure 1.4 also. &lt;br&gt; &lt;p&gt;As Seesaw&#39;s Dave Ray stated it: &amp;quot;The one good reason to upgrade is if you&#39;re planning on using Clojure 1.5 and don&#39;t feel like being confused by the horrors of Maven dependency resolution.&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/66bb061a5489beef</guid>
  <author>
  frank.siebenl...@gmail.com
  (Frank Siebenlist)
  </author>
  <pubDate>Sun, 03 Mar 2013 09:09:49 UT
</pubDate>
  </item>
  <item>
  <title>nREPL 0.2.2 released</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/9213d5dbf47f5bd4/10f905d129fd44f7?show_docid=10f905d129fd44f7</link>
  <description>
  The build has been released, and will hopefully hit Maven central sometime this morning. &lt;br&gt; &lt;p&gt;You can update by adding this to your :dependencies: &lt;br&gt; &lt;p&gt;[org.clojure/tools.nrepl &amp;quot;0.2.2&amp;quot;] &lt;br&gt; &lt;p&gt;This is a minor bugfix release. Changelog here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/clojure/tools.nrepl#change-log&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Cheers,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/9213d5dbf47f5bd4</guid>
  <author>
  c...@cemerick.com
  (Chas Emerick)
  </author>
  <pubDate>Tue, 26 Feb 2013 13:07:37 UT
</pubDate>
  </item>
  <item>
  <title>NREPL-37 Printing reference returned by clojure.tools.nrepl.server/start-server causes multimethod exception ?</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/20417cff74e1f2a6/c0e994f8035ab3ab?show_docid=c0e994f8035ab3ab</link>
  <description>
  I&#39;m running into the same &amp;quot;bug&amp;quot; as reported in JIRA NREPL-37. &lt;br&gt; &lt;p&gt;Plain-vanilla new project where in the nrepl I issue: &lt;br&gt; &lt;p&gt;user=&amp;gt; (clojure.tools.nrepl.server/st art-server :port 12346) &lt;br&gt; IllegalArgumentException Multiple methods in multimethod &#39;print-method&#39; match dispatch value: class clojure.tools.nrepl.server.Ser ver -&amp;gt; interface clojure.lang.IDeref and interface clojure.lang.IRecord, and neither is preferred clojure.lang.MultiFn.findAndCa cheBestMethod (MultiFn.java:136)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/20417cff74e1f2a6</guid>
  <author>
  frank.siebenl...@gmail.com
  (Frank Siebenlist)
  </author>
  <pubDate>Sat, 02 Feb 2013 00:40:06 UT
</pubDate>
  </item>
  <item>
  <title>Setting up piggieback + nrepl.el</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/3b5dbb812d2ae4b7/4b03a4b620fe4c09?show_docid=4b03a4b620fe4c09</link>
  <description>
  Hi, &lt;br&gt; I&#39;d like to use piggieback with nrepl.el for my cljs repl needs. However, &lt;br&gt; I&#39;m unclear on how to mix the wrap-cljs-handler middleware (see piggieback &lt;br&gt; usage docs &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/cemerick/piggieback&quot;&gt;[link]&lt;/a&gt;&amp;gt;) into the nRepl&#39;s &lt;br&gt; default handler. Do I run repl-jack-in and then execute the following? &lt;br&gt; (require &#39;[clojure.tools.nrepl.server :as server]
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/3b5dbb812d2ae4b7</guid>
  <author>
  ari.brandeis.k...@gmail.com
  (Ari King)
  </author>
  <pubDate>Tue, 29 Jan 2013 18:26:22 UT
</pubDate>
  </item>
  <item>
  <title>ClojureScript, nREPL and Emacs</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/0b48cd0febae576f/b685b1a05c94f9ab?show_docid=b685b1a05c94f9ab</link>
  <description>
  Hi, &lt;br&gt; which is the preferred (target) way to develop ClojureScript in Emacs? I &lt;br&gt; would like to contribute patches, but without a roadmap I am afraid I will &lt;br&gt; be lost in nrepl middleware ;) &lt;br&gt; My ideal is to be able to eval in Clojure (server) and CLJS (browser) repl &lt;br&gt; at the same time. Solutions I tried so far:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/0b48cd0febae576f</guid>
  <author>
  dan.ska...@gmail.com
  (Daniel Skarda)
  </author>
  <pubDate>Mon, 28 Jan 2013 16:40:19 UT
</pubDate>
  </item>
  <item>
  <title>Provide uniform support for :init-ns from lein repl</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/2136e10306ef2b84/619afd4836ec96eb?show_docid=619afd4836ec96eb</link>
  <description>
  In leiningen, currently only the built-in REPLy respects the initial &lt;br&gt; namespace as set in project.clj (either with :init-ns or :main). It would &lt;br&gt; be very useful to extend that support to all nrepl clients. For example, &lt;br&gt; this is how a typical nrepl.el development session starts: &lt;br&gt; 1. $ lein repl &lt;br&gt; 2. M-x nrepl
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/2136e10306ef2b84</guid>
  <author>
  marko.topol...@gmail.com
  (Marko Topolnik)
  </author>
  <pubDate>Sat, 26 Jan 2013 14:55:18 UT
</pubDate>
  </item>
  <item>
  <title>Ritz-slime: SLIME support dropped in clojure-mode</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/018d58a3864e1c2a/688ff724a3d9d77c?show_docid=688ff724a3d9d77c</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/technomancy/clojure-mode/pull/115&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;i have setup the hooks to enable slime on all clojure-buffers &lt;br&gt; (clojure-enable-slime-on-exist ing-buffers) in my local emacs config. &lt;br&gt; &lt;p&gt;But I think its a good idea to do this in &lt;br&gt; slime-ritz.el:slime-clojure-co nnection-setup. &lt;br&gt; &lt;p&gt;Should i create a pull request?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/018d58a3864e1c2a</guid>
  <author>
  juer...@hoetzel.info
  (Jürgen Hötzel)
  </author>
  <pubDate>Sat, 12 Jan 2013 12:31:00 UT
</pubDate>
  </item>
  <item>
  <title>Providing :keyword completions</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/168331b902d8ebe8/4d0168c03aca4a92?show_docid=4d0168c03aca4a92</link>
  <description>
  Keywords can be considered part of the public API of many namespaces. &lt;br&gt; clojure.core uses &lt;br&gt; db.type/*? IDE/Editor integration helps API discoverability. &lt;br&gt; afaik nREPL etc don&#39;t provide such completions, as there&#39;s not an &lt;br&gt; established mechanism for declaring the &amp;quot;exported&amp;quot; keywords. A few ways I &lt;br&gt; can think of:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/168331b902d8ebe8</guid>
  <author>
  v...@vemv.net
  (vemv)
  </author>
  <pubDate>Wed, 02 Jan 2013 00:05:49 UT
</pubDate>
  </item>
  <item>
  <title>New Debug-Repl and Fuzzy-Completion -- need help integrating with Ritz and clojure-complete</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/323a7460590807c4/5dcea61fd10667dd?show_docid=5dcea61fd10667dd</link>
  <description>
  Hello Everyone! &lt;br&gt; I wrote 2 new tools last week that I&#39;d like to share with the community, &lt;br&gt; and get integrated into upstream projects so that more people can benefit. &lt;br&gt; One tool is a fuzzy completion engine -- it is well documented (both its &lt;br&gt; implementation and the theory of the algorithm), and it computes a lot of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/323a7460590807c4</guid>
  <author>
  dsg123456...@gmail.com
  (David Greenberg)
  </author>
  <pubDate>Sun, 30 Dec 2012 00:48:37 UT
</pubDate>
  </item>
  <item>
  <title>Removing URLClasspath from Pomegranate</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/9300cc0db952d0c9/406e7214704e3c31?show_docid=406e7214704e3c31</link>
  <description>
  Tobias Crawley rightly suggested that Pomegranate&#39;s URLClasspath protocol should be factored out into a separate project, so as to provide a common abstraction for interacting with dynamic classloaders. The new project (dynapath @ &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/tobias/dynapath&quot;&gt;[link]&lt;/a&gt;) is already being used by other Clojure projects, and he has a pull request into Pomegranate now that would make the necessary changes there:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/9300cc0db952d0c9</guid>
  <author>
  c...@cemerick.com
  (Chas Emerick)
  </author>
  <pubDate>Thu, 22 Nov 2012 15:31:22 UT
</pubDate>
  </item>
  <item>
  <title>nREPL status</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/321ed9bfb355ae40/eb2b9c060dfba0ad?show_docid=eb2b9c060dfba0ad</link>
  <description>
  FYI, an updated cut of high-level nREPL documentation is now available: &lt;br&gt; &lt;p&gt;	&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/clojure/tools.nrepl&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;There&#39;s a fair bit more I plan on adding, but I think some reorganization into different pages for different topics is warranted at this point before the README gets any more unwieldy.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/321ed9bfb355ae40</guid>
  <author>
  c...@cemerick.com
  (Chas Emerick)
  </author>
  <pubDate>Wed, 21 Nov 2012 22:53:08 UT
</pubDate>
  </item>
  <item>
  <title>Let&#39;s get concrete : clojure-complete potential enhancements</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/1d49df07f44f8c21/8d612d3e5fe88a16?show_docid=8d612d3e5fe88a16</link>
  <description>
  (Ok, enough waiting for my code to be perfect before exposing it to the &lt;br&gt; wild) &lt;br&gt; &lt;p&gt;So for CCW I&#39;ve recently ditched most of the &amp;quot;legacy&amp;quot; code for &lt;br&gt; auto-completion, and started over from scratch modifying clojure-complete. &lt;br&gt; &lt;p&gt;What I&#39;ve ended up with is a fork of clojure-complete which allows CCW to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/1d49df07f44f8c21</guid>
  <author>
  laurent.pe...@gmail.com
  (Laurent PETIT)
  </author>
  <pubDate>Tue, 30 Oct 2012 13:02:09 UT
</pubDate>
  </item>
  <item>
  <title>`lein repl` starts old version of nREPL?</title>
  <link>http://groups.google.com/group/clojure-tools/browse_thread/thread/4398a4a057369d1a/d38234e5fb7b3112?show_docid=d38234e5fb7b3112</link>
  <description>
  Using leiningen 2.0.0-preview10, typing `lein repl` in a project with a &lt;br&gt; dependency on nREPL 0.2.0-beta10 yeilds: &lt;br&gt; REPL-y 0.1.0-beta10 &lt;br&gt; Contents of project.clj: &lt;br&gt; (defproject integrity-api &amp;quot;0.1.0&amp;quot; &lt;br&gt; :description &amp;quot;Java/Clojure API for the Integrity web service&amp;quot; &lt;br&gt; :url &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/c3/clojure-integrity-api&quot;&gt;[link]&lt;/a&gt;&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/clojure-tools/browse_thread/thread/4398a4a057369d1a</guid>
  <author>
  imf...@gmail.com
  (Beau Fabry)
  </author>
  <pubDate>Tue, 30 Oct 2012 06:01:09 UT
</pubDate>
  </item>
  </channel>
</rss>
