<?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: The joys of Literate Programming</title>
	<atom:link href="http://www.programming4scientists.com/2009/01/26/the-joys-of-literate-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programming4scientists.com/2009/01/26/the-joys-of-literate-programming/</link>
	<description>Software development wisdom and common-sense for the scientist-programmer</description>
	<lastBuildDate>Mon, 14 Nov 2011 14:47:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://www.programming4scientists.com/2009/01/26/the-joys-of-literate-programming/comment-page-1/#comment-357</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=416#comment-357</guid>
		<description>I think you should expand the section on the tools to extract documentation. Using such tools is helpful even if you are the only programmer...

 I use NaturalDocs (http://www.naturaldocs.org/) in my projects, and it works like a charm, even with bash scripts :-)

Since NaturalDocs does not require a strict Syntax to be followed, it comes natural (nomen est omen).

Here is an example:

# Function: abs
#
# Calculate the absolute value of a number
#
# Parameters:
# num - a real number

Thanks a lot for the good texts - I can really relate to much of it!

Cheers,
Daniel</description>
		<content:encoded><![CDATA[<p>I think you should expand the section on the tools to extract documentation. Using such tools is helpful even if you are the only programmer&#8230;</p>
<p> I use NaturalDocs (<a href="http://www.naturaldocs.org/" rel="nofollow">http://www.naturaldocs.org/</a>) in my projects, and it works like a charm, even with bash scripts :-)</p>
<p>Since NaturalDocs does not require a strict Syntax to be followed, it comes natural (nomen est omen).</p>
<p>Here is an example:</p>
<p># Function: abs<br />
#<br />
# Calculate the absolute value of a number<br />
#<br />
# Parameters:<br />
# num &#8211; a real number</p>
<p>Thanks a lot for the good texts &#8211; I can really relate to much of it!</p>
<p>Cheers,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.programming4scientists.com/2009/01/26/the-joys-of-literate-programming/comment-page-1/#comment-292</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 03 Apr 2009 18:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=416#comment-292</guid>
		<description>Wow - that&#039;s....an amazing approach to coding!  Thanks for sharing that example, DeRien.</description>
		<content:encoded><![CDATA[<p>Wow &#8211; that&#8217;s&#8230;.an amazing approach to coding!  Thanks for sharing that example, DeRien.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeRien</title>
		<link>http://www.programming4scientists.com/2009/01/26/the-joys-of-literate-programming/comment-page-1/#comment-291</link>
		<dc:creator>DeRien</dc:creator>
		<pubDate>Fri, 03 Apr 2009 14:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=416#comment-291</guid>
		<description>When i was in college, i worked as a counselor to students in an introductory programming class.  My favorite (worst) program looked like this (really):

	two = 1;
	three = 4;
	four = 17;
	...
	seven = three + four;

Needless to say, the code was completely uninterpretable.  Friends pointed out that the writer wouldn&#039;t ever run out of variable names.</description>
		<content:encoded><![CDATA[<p>When i was in college, i worked as a counselor to students in an introductory programming class.  My favorite (worst) program looked like this (really):</p>
<p>	two = 1;<br />
	three = 4;<br />
	four = 17;<br />
	&#8230;<br />
	seven = three + four;</p>
<p>Needless to say, the code was completely uninterpretable.  Friends pointed out that the writer wouldn&#8217;t ever run out of variable names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-01-29 &#171; pabloidz</title>
		<link>http://www.programming4scientists.com/2009/01/26/the-joys-of-literate-programming/comment-page-1/#comment-154</link>
		<dc:creator>links for 2009-01-29 &#171; pabloidz</dc:creator>
		<pubDate>Thu, 29 Jan 2009 12:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=416#comment-154</guid>
		<description>[...] The joys of Literate Programming Programming for Scientists (tags: programming) [...]</description>
		<content:encoded><![CDATA[<p>[...] The joys of Literate Programming Programming for Scientists (tags: programming) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: it, it...: Dirty scripting</title>
		<link>http://www.programming4scientists.com/2009/01/26/the-joys-of-literate-programming/comment-page-1/#comment-153</link>
		<dc:creator>it, it...: Dirty scripting</dc:creator>
		<pubDate>Tue, 27 Jan 2009 16:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=416#comment-153</guid>
		<description>[...] http://www.programming4scientists.com/2009/01/the-joys-of-literate-programming/ just an interesting article. And other one http://www.codinghorror.com/blog/archives/001216.html [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.programming4scientists.com/2009/01/the-joys-of-literate-programming/" rel="nofollow">http://www.programming4scientists.com/2009/01/the-joys-of-literate-programming/</a> just an interesting article. And other one <a href="http://www.codinghorror.com/blog/archives/001216.html" rel="nofollow">http://www.codinghorror.com/blog/archives/001216.html</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

