<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting started with Clojure/Emacs/Slime</title>
	<atom:link href="http://nklein.com/2010/05/getting-started-with-clojureemacsslime/feed/" rel="self" type="application/rss+xml" />
	<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/</link>
	<description>software development and consulting</description>
	<lastBuildDate>Sun, 20 May 2012 18:07:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Robert Goldman</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1506</link>
		<dc:creator>Robert Goldman</dc:creator>
		<pubDate>Fri, 12 Nov 2010 03:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1506</guid>
		<description>OK, looks like the right solution is to get leiningen from github, then use leiningen to install swank-clojure and start swank-clojure from the terminal.  Then use slime-connect to hook up.  No longer are we to get our own copy of swank-clojure in el and install it ourselves.</description>
		<content:encoded><![CDATA[<p>OK, looks like the right solution is to get leiningen from github, then use leiningen to install swank-clojure and start swank-clojure from the terminal.  Then use slime-connect to hook up.  No longer are we to get our own copy of swank-clojure in el and install it ourselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pat</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1503</link>
		<dc:creator>pat</dc:creator>
		<pubDate>Thu, 11 Nov 2010 18:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1503</guid>
		<description>I fought with Leiningen and Maven for way too long back in May.  I haven&#039;t downloaded any Clojure or emacs-specific Clojure stuff since then.  My REPL for Clojure still works with precompiled JARs that it fetched itself.

I hope the above still works, or I just won&#039;t ever upgrade.</description>
		<content:encoded><![CDATA[<p>I fought with Leiningen and Maven for way too long back in May.  I haven&#8217;t downloaded any Clojure or emacs-specific Clojure stuff since then.  My REPL for Clojure still works with precompiled JARs that it fetched itself.</p>
<p>I hope the above still works, or I just won&#8217;t ever upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Goldman</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1502</link>
		<dc:creator>Robert Goldman</dc:creator>
		<pubDate>Thu, 11 Nov 2010 17:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1502</guid>
		<description>Patrick --- do these directions still work?  I was just trying to follow this, and in the middle of the readme for for swank-clojure I read:
&lt;blockquote&gt;
Previous versions of Swank Clojure bundled an Elisp library called
swank-clojure.el that provided ways to launch your swank server from
within your Emacs process. While swank-clojure is still distributed
with the project, it&#039;s a much more error-prone way of doing things
than the method outlined above.
&lt;/blockquote&gt;
where &quot;the method outlined above&quot; was some stuff about Leiningen and Maven that was just Greek to me, since I am just trying to get started with Clojure, and want a pretty much vanilla Clojure REPL to work with.

This seems like &quot;just figure out all about ASDF and then you can start your lisp environment...&quot;</description>
		<content:encoded><![CDATA[<p>Patrick &#8212; do these directions still work?  I was just trying to follow this, and in the middle of the readme for for swank-clojure I read:</p>
<blockquote><p>
Previous versions of Swank Clojure bundled an Elisp library called<br />
swank-clojure.el that provided ways to launch your swank server from<br />
within your Emacs process. While swank-clojure is still distributed<br />
with the project, it&#8217;s a much more error-prone way of doing things<br />
than the method outlined above.
</p></blockquote>
<p>where &#8220;the method outlined above&#8221; was some stuff about Leiningen and Maven that was just Greek to me, since I am just trying to get started with Clojure, and want a pretty much vanilla Clojure REPL to work with.</p>
<p>This seems like &#8220;just figure out all about ASDF and then you can start your lisp environment&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Kumar</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1327</link>
		<dc:creator>Shantanu Kumar</dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1327</guid>
		<description>I posted about setting up Emacs for Clojure development here:

http://charsequence.blogspot.com/2010/07/setup-emacs-for-development-with.html</description>
		<content:encoded><![CDATA[<p>I posted about setting up Emacs for Clojure development here:</p>
<p><a href="http://charsequence.blogspot.com/2010/07/setup-emacs-for-development-with.html" rel="nofollow">http://charsequence.blogspot.com/2010/07/setup-emacs-for-development-with.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1205</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 04 Jun 2010 21:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1205</guid>
		<description>Thanks! I had the same problem a few months ago and I gave up by commenting the clojure elisp code out when I worked with SBCL and the SBCL elisp code when I worked with Clojure. Now I don&#039;t need to do that :D</description>
		<content:encoded><![CDATA[<p>Thanks! I had the same problem a few months ago and I gave up by commenting the clojure elisp code out when I worked with SBCL and the SBCL elisp code when I worked with Clojure. Now I don&#8217;t need to do that <img src='http://nklein.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Glass</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1139</link>
		<dc:creator>Terry Glass</dc:creator>
		<pubDate>Mon, 31 May 2010 00:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1139</guid>
		<description>Thank you for this.  Until now, I&#039;ve been forced to use inferior lisp mode for either clojure or common lisp after they started adding all of the newbie friendly automagic install stuff to clojure mode.</description>
		<content:encoded><![CDATA[<p>Thank you for this.  Until now, I&#8217;ve been forced to use inferior lisp mode for either clojure or common lisp after they started adding all of the newbie friendly automagic install stuff to clojure mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carson</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1010</link>
		<dc:creator>Carson</dc:creator>
		<pubDate>Wed, 05 May 2010 02:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1010</guid>
		<description>Sorry to hear the bad experience. I had a similar experience until I discovered Incanter [1], the numerical/scientific computing package that is built on Clojure.  It has the only sane Clojure getting-started installation procedure I could find [2] for someone using emacs/slime.

[1] http://incanter.org/
[2] http://wiki.github.com/liebke/incanter/#getstarted

Best wishes.</description>
		<content:encoded><![CDATA[<p>Sorry to hear the bad experience. I had a similar experience until I discovered Incanter [1], the numerical/scientific computing package that is built on Clojure.  It has the only sane Clojure getting-started installation procedure I could find [2] for someone using emacs/slime.</p>
<p>[1] <a href="http://incanter.org/" rel="nofollow">http://incanter.org/</a><br />
[2] <a href="http://wiki.github.com/liebke/incanter/#getstarted" rel="nofollow">http://wiki.github.com/liebke/incanter/#getstarted</a></p>
<p>Best wishes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pat</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1007</link>
		<dc:creator>pat</dc:creator>
		<pubDate>Tue, 04 May 2010 16:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1007</guid>
		<description>Clojure-Box is for Windows.  I&#039;m on a Mac.  Further, I already have Emacs, Slime, paredit, and clojure-mode installed and running.  I already had Clojure running.  I just wanted to make it go with swank-clojure.

There are a variety of &quot;out-of-the-box&quot; and &quot;pre-packaged&quot; solutions for lots of things that I want to do.  I generally don&#039;t want six copies of everything on my machine though (especially when &quot;everything&quot; includes Emacs and a Lisp implementation), so I prefer to steer clear of those things when I can... or stick to only one &quot;pre-package&quot; system.  1/2 the point of package management is lost if I need five separate copies of libX11.dylib and eight copies of freetype.h on my machine.</description>
		<content:encoded><![CDATA[<p>Clojure-Box is for Windows.  I&#8217;m on a Mac.  Further, I already have Emacs, Slime, paredit, and clojure-mode installed and running.  I already had Clojure running.  I just wanted to make it go with swank-clojure.</p>
<p>There are a variety of &#8220;out-of-the-box&#8221; and &#8220;pre-packaged&#8221; solutions for lots of things that I want to do.  I generally don&#8217;t want six copies of everything on my machine though (especially when &#8220;everything&#8221; includes Emacs and a Lisp implementation), so I prefer to steer clear of those things when I can&#8230; or stick to only one &#8220;pre-package&#8221; system.  1/2 the point of package management is lost if I need five separate copies of libX11.dylib and eight copies of freetype.h on my machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Neveu</title>
		<link>http://nklein.com/2010/05/getting-started-with-clojureemacsslime/comment-page-1/#comment-1005</link>
		<dc:creator>Charles Neveu</dc:creator>
		<pubDate>Tue, 04 May 2010 16:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://nklein.com/?p=1331#comment-1005</guid>
		<description>Two words: Clojure Box. Took me 2 minutes. Works out of the box.</description>
		<content:encoded><![CDATA[<p>Two words: Clojure Box. Took me 2 minutes. Works out of the box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

