<?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: How to setup Clojure from scratch	</title>
	<atom:link href="https://programmingzen.com/how-to-setup-clojure-from-scratch/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Wed, 14 Jul 2010 22:26:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: ScottM		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10819</link>

		<dc:creator><![CDATA[ScottM]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 22:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10819</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10807&quot;&gt;ScottM&lt;/a&gt;.

...rebooted and everything works fine. 
Thanks for the guide.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10807">ScottM</a>.</p>
<p>&#8230;rebooted and everything works fine.<br />
Thanks for the guide.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ScottM		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10807</link>

		<dc:creator><![CDATA[ScottM]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10807</guid>

					<description><![CDATA[for some reason trying to perform step 5 completely kills my machine. can&#039;t find out what&#039;s broken as ps, top &#038; activity monitor all hang]]></description>
			<content:encoded><![CDATA[<p>for some reason trying to perform step 5 completely kills my machine. can&#8217;t find out what&#8217;s broken as ps, top &amp; activity monitor all hang</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MC		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10786</link>

		<dc:creator><![CDATA[MC]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 00:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10786</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10776&quot;&gt;anjan bacchu&lt;/a&gt;.

Cygwin changes: 

Assuming you have rlwrap in your path, you just need to fix the classpath so java doesn&#039;t complain:

CLOJURE_CP=`cygpath -wp &quot;$CLOJURE_CP&quot;`

I also added multi-line ability to rlwrap:

exec rlwrap -m &#039;\&#039; -r -c -b $breakchars ..etc..

so ctrl-^ opens an editor.

Don&#039;t forget other rlwrap tricks like ctrl-r to search.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10776">anjan bacchu</a>.</p>
<p>Cygwin changes: </p>
<p>Assuming you have rlwrap in your path, you just need to fix the classpath so java doesn&#8217;t complain:</p>
<p>CLOJURE_CP=`cygpath -wp &#8220;$CLOJURE_CP&#8221;`</p>
<p>I also added multi-line ability to rlwrap:</p>
<p>exec rlwrap -m &#8216;\&#8217; -r -c -b $breakchars ..etc..</p>
<p>so ctrl-^ opens an editor.</p>
<p>Don&#8217;t forget other rlwrap tricks like ctrl-r to search.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David J.		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10782</link>

		<dc:creator><![CDATA[David J.]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 23:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10782</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10770&quot;&gt;David Backeus&lt;/a&gt;.

+1 for homebrew. Doesn&#039;t have duplication issues like MacPorts and keeps everything in a central folder for an easy uninstall.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10770">David Backeus</a>.</p>
<p>+1 for homebrew. Doesn&#8217;t have duplication issues like MacPorts and keeps everything in a central folder for an easy uninstall.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10777</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 21:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10777</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10776&quot;&gt;anjan bacchu&lt;/a&gt;.

On Windows, you should really use cljr: http://github.com/liebke/cljr]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10776">anjan bacchu</a>.</p>
<p>On Windows, you should really use cljr: <a href="http://github.com/liebke/cljr" rel="nofollow ugc">http://github.com/liebke/cljr</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anjan bacchu		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10776</link>

		<dc:creator><![CDATA[anjan bacchu]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 21:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10776</guid>

					<description><![CDATA[hi there,

  how about windows users ? step 1 and 2 seem to be similar assuming we have cygwin installed. How about other steps ?

BR,
~A]]></description>
			<content:encoded><![CDATA[<p>hi there,</p>
<p>  how about windows users ? step 1 and 2 seem to be similar assuming we have cygwin installed. How about other steps ?</p>
<p>BR,<br />
~A</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10774</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10774</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10772&quot;&gt;Phil&lt;/a&gt;.

Hey Phil,

thanks for stopping by. While there are easier ways these days, I wanted to show how to do it from scratch (ergo the title), because, contrary to popular belief, it&#039;s not that difficult. I updated the post with your suggestion, though.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10772">Phil</a>.</p>
<p>Hey Phil,</p>
<p>thanks for stopping by. While there are easier ways these days, I wanted to show how to do it from scratch (ergo the title), because, contrary to popular belief, it&#8217;s not that difficult. I updated the post with your suggestion, though.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10773</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10773</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10771&quot;&gt;Steve Miner&lt;/a&gt;.

Good spotting, Steve. One can use curl, as you suggest, or install wget through MacPorts (&lt;code&gt;port install wget&lt;/code&gt;) or Homebrew (&lt;code&gt;brew install wget&lt;/code&gt;).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10771">Steve Miner</a>.</p>
<p>Good spotting, Steve. One can use curl, as you suggest, or install wget through MacPorts (<code>port install wget</code>) or Homebrew (<code>brew install wget</code>).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phil		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10772</link>

		<dc:creator><![CDATA[Phil]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10772</guid>

					<description><![CDATA[While I appreciate topics like this getting more coverage, I hope newbies don&#039;t get the idea that it&#039;s this complicated to get started with Clojure. These days it&#039;s much easier to get started with a standalone repl using cljr or a project setup using Leiningen.]]></description>
			<content:encoded><![CDATA[<p>While I appreciate topics like this getting more coverage, I hope newbies don&#8217;t get the idea that it&#8217;s this complicated to get started with Clojure. These days it&#8217;s much easier to get started with a standalone repl using cljr or a project setup using Leiningen.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Miner		</title>
		<link>https://programmingzen.com/how-to-setup-clojure-from-scratch/#comment-10771</link>

		<dc:creator><![CDATA[Steve Miner]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1227#comment-10771</guid>

					<description><![CDATA[wget is no longer a standard utility on Mac OS X.  You can use &#039;curl -O&#039; instead.]]></description>
			<content:encoded><![CDATA[<p>wget is no longer a standard utility on Mac OS X.  You can use &#8216;curl -O&#8217; instead.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
