<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Reinteract 0.5.0</title>
	<atom:link href="http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/</link>
	<description>Owen Taylor on Coding, Food, etc.</description>
	<lastBuildDate>Sat, 14 Nov 2009 17:46:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josef Pktd</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1866</link>
		<dc:creator>Josef Pktd</dc:creator>
		<pubDate>Wed, 22 Apr 2009 23:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1866</guid>
		<description>I liked it and wanted to write some doctests with it until I didn&#039;t get the results that I expected.

try this in reinteract versus python

d=[5, 1]
e=d
d,e
d[0]=6
d,e</description>
		<content:encoded><![CDATA[<p>I liked it and wanted to write some doctests with it until I didn&#8217;t get the results that I expected.</p>
<p>try this in reinteract versus python</p>
<p>d=[5, 1]<br />
e=d<br />
d,e<br />
d[0]=6<br />
d,e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1846</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 27 Mar 2009 19:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1846</guid>
		<description>I haven&#039;t tried reinteract since your first release/blog post about it. I just tried this new version, and I love it. It&#039;s great to see how well it&#039;s developing on its potential, and I&#039;d even begin to describe it as getting polished :).

I hope that some day all python editors include such a repeatable interactive interpreter. Imagine if you had a second pane with a .py file, and the rectangles automatically changed to yellow when you edited any part of the .py which would affect the experiments/tests you had in your reinteract pane. I know that would match how I work very well. In the mean time, being able to work and re-work defs and classes inside reinteract and see what effect that has on the following statements will be very nice, and I can always copy/paste when done.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried reinteract since your first release/blog post about it. I just tried this new version, and I love it. It&#8217;s great to see how well it&#8217;s developing on its potential, and I&#8217;d even begin to describe it as getting polished <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I hope that some day all python editors include such a repeatable interactive interpreter. Imagine if you had a second pane with a .py file, and the rectangles automatically changed to yellow when you edited any part of the .py which would affect the experiments/tests you had in your reinteract pane. I know that would match how I work very well. In the mean time, being able to work and re-work defs and classes inside reinteract and see what effect that has on the following statements will be very nice, and I can always copy/paste when done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Kryskalla</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1845</link>
		<dc:creator>Steven Kryskalla</dc:creator>
		<pubDate>Fri, 27 Mar 2009 15:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1845</guid>
		<description>Great! As much as I use the interpreter this will be a great help. I love being able to go back and change the definition of something to see how execution changes. For me this is the missing link for the Python interpreter :)

I think it&#039;s a great tool to write code by experimenting, especially for people who may be learning Python.

My one feature request would be the ability to redirect output to another pane instead of having it displayed inline.

Thanks!</description>
		<content:encoded><![CDATA[<p>Great! As much as I use the interpreter this will be a great help. I love being able to go back and change the definition of something to see how execution changes. For me this is the missing link for the Python interpreter <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think it&#8217;s a great tool to write code by experimenting, especially for people who may be learning Python.</p>
<p>My one feature request would be the ability to redirect output to another pane instead of having it displayed inline.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1844</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Fri, 27 Mar 2009 03:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1844</guid>
		<description>Søren - while certainly some of the code and ideas would apply to other backend languages, there&#039;s a lot of extra simplicity when you stick to one language. And I&#039;m more interested in doing a really good job for Python than trying to cover a huge range of languages like Sage does.

Tomasz - Hmm. There&#039;s definitely some good soc-scale projects possible.</description>
		<content:encoded><![CDATA[<p>Søren &#8211; while certainly some of the code and ideas would apply to other backend languages, there&#8217;s a lot of extra simplicity when you stick to one language. And I&#8217;m more interested in doing a really good job for Python than trying to cover a huge range of languages like Sage does.</p>
<p>Tomasz &#8211; Hmm. There&#8217;s definitely some good soc-scale projects possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vitriolix</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1843</link>
		<dc:creator>vitriolix</dc:creator>
		<pubDate>Thu, 26 Mar 2009 22:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1843</guid>
		<description>Very cool, I was just pimping this project to a friend the other day and was disappointed that it looked like it had stalled out.  Downloading now...</description>
		<content:encoded><![CDATA[<p>Very cool, I was just pimping this project to a friend the other day and was disappointed that it looked like it had stalled out.  Downloading now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Melcer</title>
		<link>http://blog.fishsoup.net/2009/03/26/reinteract-0-5-0/#comment-1841</link>
		<dc:creator>Tomasz Melcer</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/?p=104#comment-1841</guid>
		<description>You rock :-)

This is what I was waiting for... and, if you&#039;re interested, you could try to get someone working on it too during google&#039;s summer of code. Talk to Arc at #gsoc-python at freenode.</description>
		<content:encoded><![CDATA[<p>You rock <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This is what I was waiting for&#8230; and, if you&#8217;re interested, you could try to get someone working on it too during google&#8217;s summer of code. Talk to Arc at #gsoc-python at freenode.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
