<?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: Clojure/Java Interop</title>
	<atom:link href="http://nathanpowell.org/blog/archives/781/feed" rel="self" type="application/rss+xml" />
	<link>http://nathanpowell.org/blog/archives/781</link>
	<description>Bad running advice, boring family stuff, and technology few find interesting</description>
	<lastBuildDate>Tue, 31 Jan 2012 00:48:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alec Jacobson</title>
		<link>http://nathanpowell.org/blog/archives/781/comment-page-1#comment-77012</link>
		<dc:creator>Alec Jacobson</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://nathanpowell.org/blog/?p=781#comment-77012</guid>
		<description>Sorry this is a comment to an old post (to which I couldn&#039;t comment) http://nathanpowell.org/blog/archives/585 .
Anyway, I think you have a typo:

array = [foo, bar, baz]
puts array[rand(a.size)]

should read:

array = [foo, bar, baz]
puts array[rand(array.size)]</description>
		<content:encoded><![CDATA[<p>Sorry this is a comment to an old post (to which I couldn&#8217;t comment) <a href="http://nathanpowell.org/blog/archives/585" rel="nofollow">http://nathanpowell.org/blog/archives/585</a> .<br />
Anyway, I think you have a typo:</p>
<p>array = [foo, bar, baz]<br />
puts array[rand(a.size)]</p>
<p>should read:</p>
<p>array = [foo, bar, baz]<br />
puts array[rand(array.size)]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Whittington</title>
		<link>http://nathanpowell.org/blog/archives/781/comment-page-1#comment-76762</link>
		<dc:creator>David Whittington</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://nathanpowell.org/blog/?p=781#comment-76762</guid>
		<description>The syntax is actually fairly old (it&#039;s a Lisp after all), and there&#039;s a reason it&#039;s like that. Clojure programs are Clojure data structures. This means they can be manipulated at runtime using all the same tools you use to manipulate any other Clojure data structure. This allows syntactic abstract. For an example of why this is cool check out this presentation: http://www.slideshare.net/pcalcado/lisp-macros-in-20-minutes-featuring-clojure-presentation</description>
		<content:encoded><![CDATA[<p>The syntax is actually fairly old (it&#8217;s a Lisp after all), and there&#8217;s a reason it&#8217;s like that. Clojure programs are Clojure data structures. This means they can be manipulated at runtime using all the same tools you use to manipulate any other Clojure data structure. This allows syntactic abstract. For an example of why this is cool check out this presentation: <a href="http://www.slideshare.net/pcalcado/lisp-macros-in-20-minutes-featuring-clojure-presentation" rel="nofollow">http://www.slideshare.net/pcalcado/lisp-macros-in-20-minutes-featuring-clojure-presentation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rhigdon</title>
		<link>http://nathanpowell.org/blog/archives/781/comment-page-1#comment-76749</link>
		<dc:creator>rhigdon</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://nathanpowell.org/blog/?p=781#comment-76749</guid>
		<description>This is a really cool post nate!  I haven&#039;t seen cloJure in action before seeing this.  

It is however frustrating that every new language has a new weird syntax.  I don&#039;t really care about the syntax, I care about the speed.  I think most Java programmers know what they don&#039;t like about the language syntax so why not just improve on those points?!

Anyway I want to see rewrites after you finish the book!  :{</description>
		<content:encoded><![CDATA[<p>This is a really cool post nate!  I haven&#8217;t seen cloJure in action before seeing this.  </p>
<p>It is however frustrating that every new language has a new weird syntax.  I don&#8217;t really care about the syntax, I care about the speed.  I think most Java programmers know what they don&#8217;t like about the language syntax so why not just improve on those points?!</p>
<p>Anyway I want to see rewrites after you finish the book!  :{</p>
]]></content:encoded>
	</item>
</channel>
</rss>

