<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mattlary&#039;s weblog &#187; Programming</title>
	<atom:link href="http://www.mattlary.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattlary.com</link>
	<description>News and thoughts from mattlary</description>
	<lastBuildDate>Sat, 13 Feb 2010 17:42:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Python</title>
		<link>http://www.mattlary.com/2007/07/05/python/</link>
		<comments>http://www.mattlary.com/2007/07/05/python/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 14:02:13 +0000</pubDate>
		<dc:creator>mattlary</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.mattlary.com/2007/07/05/python/</guid>
		<description><![CDATA[Python is awesome (Python is a programming language for all you non-techies). Derrick has been telling me that for a while, I just never made the time to play with it. So I sat down last night and played with it for a while and got some stuff written and working. It&#8217;s pretty easy to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.python.org/" target="_blank">Python</a> is awesome (Python is a programming language for all you non-techies). Derrick has been telling me that for a while, I just never made the time to play with it.  So I sat down last night and played with it for a while and got some stuff written and working.  It&#8217;s pretty easy to get the hang of, and you can throw things together very quickly.  It seems like it could be used as a sort of swiss army knife of programming; if you need to do a quick and dirty task it has everything built in so you can just git-r-done.</p>
<p>They have some good tutorials on their site for both programmers and non-programmers; I haven&#8217;t tried the non-programmer version, but the programmer version was very easy to follow.   I&#8217;d highly recommend checking out the tutorials and playing with it; it&#8217;s well worth knowing and I&#8217;m sure there will be a lot of instances where it would be useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattlary.com/2007/07/05/python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BeanShell &#8211; Lightweight Scripting for Java</title>
		<link>http://www.mattlary.com/2006/11/22/beanshell-lightweight-scripting-for-java/</link>
		<comments>http://www.mattlary.com/2006/11/22/beanshell-lightweight-scripting-for-java/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 15:38:04 +0000</pubDate>
		<dc:creator>mattlary</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.mattlary.com/?p=93</guid>
		<description><![CDATA[BeanShell &#8211; Lightweight Scripting for Java BeanShell is a cool thing I found a little while back; it&#8217;s a scripting environment for java.  At first I didn&#8217;t see the point, but when you bring up the BeanShell Desktop that&#8217;s included in the download, it gives you a console where you can test out java stuff.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.beanshell.org/">BeanShell &#8211; Lightweight Scripting for Java</a></p>
<p>BeanShell is a cool thing I found a little while back; it&#8217;s a scripting environment for java.  At first I didn&#8217;t see the point, but when you bring up the BeanShell Desktop that&#8217;s included in the download, it gives you a console where you can test out java stuff.  It even lets you use Swing, or any other java library I suppose.  I use it mostly for testing out regular expressions, or for doing quick sanity checks to make sure my code is going to do what I expect it to do.  Check it out; I&#8217;m sure you can find something to use it for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattlary.com/2006/11/22/beanshell-lightweight-scripting-for-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
