<?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>The Number 42 &#187; TCL</title>
	<atom:link href="http://www.thenumber42.net/category/computer-stuff/programming/tcl-programming-computer-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenumber42.net</link>
	<description>Mostly about software testing, but a little bit about life, the universe, and everything</description>
	<lastBuildDate>Wed, 31 Mar 2010 01:52:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making the TCL Shell More Useful (tclreadline)</title>
		<link>http://www.thenumber42.net/2008/04/09/making-the-tcl-shell-more-useful-tclreadline/</link>
		<comments>http://www.thenumber42.net/2008/04/09/making-the-tcl-shell-more-useful-tclreadline/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 19:59:23 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
				<category><![CDATA[TCL]]></category>
		<category><![CDATA[completion]]></category>
		<category><![CDATA[ipython]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[tclreadline]]></category>

		<guid isPermaLink="false">http://www.thenumber42.net/?p=94</guid>
		<description><![CDATA[One of the greatest things about being a test engineer is that I get to delve into a little bit of everything.  At work I use a handful of different languages to accomplish different tasks.  Up until recently TCL programming has been a thorn in my side.  I love the interactive Python [...]]]></description>
			<content:encoded><![CDATA[<p>One of the greatest things about being a test engineer is that I get to delve into a little bit of everything.  At work I use a handful of different languages to accomplish different tasks.  Up until recently <a href="http://www.tcl.tk/">TCL</a> programming has been a thorn in my side.  I love the interactive Python shell <a href="http://ipython.scipy.org">ipython</a> and sorely miss having the same thing in TCL.  Just today I found <a href="http://tclreadline.sourceforge.net/">tclreadline</a>, which adds command history and tab completion to the TCL shell.  This is definitely something to add to your superhero tool belt.</p>
<div class="link-summarizer">Link Summary
<ul>
<li><a href='http://www.tcl.tk/'>http://www.tcl.tk/</a></li><li><a href='http://ipython.scipy.org'>http://ipython.scipy.org</a></li><li><a href='http://tclreadline.sourceforge.net/'>http://tclreadline.sourceforge.net/</a></li>
</ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.thenumber42.net/2008/04/09/making-the-tcl-shell-more-useful-tclreadline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
