<?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: A few new Reinteract features</title>
	<atom:link href="http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/</link>
	<description>Owen Taylor on Coding, Food, etc.</description>
	<lastBuildDate>Tue, 08 Nov 2011 23:41:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Owen</title>
		<link>http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-1838</link>
		<dc:creator><![CDATA[Owen]]></dc:creator>
		<pubDate>Wed, 25 Mar 2009 04:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-1838</guid>
		<description><![CDATA[@David: thanks!

@jim: it&#039;s certainly not what Python does normally. Rather than thinking of it as wrong, though, I might say that Reinteract worksheets are in a language that is very, very close to Python, but behaves differently in a few corner cases. I take that attitude partly because making your example work like exactly like Python is extremely difficult. :-)

I&#039;m going to close comments on this post, since it&#039;s quite ancient. http://groups.google.com/group/reinteract is the main discussion forum for Reinteract.]]></description>
		<content:encoded><![CDATA[<p>@David: thanks!</p>
<p>@jim: it&#8217;s certainly not what Python does normally. Rather than thinking of it as wrong, though, I might say that Reinteract worksheets are in a language that is very, very close to Python, but behaves differently in a few corner cases. I take that attitude partly because making your example work like exactly like Python is extremely difficult. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m going to close comments on this post, since it&#8217;s quite ancient. <a href="http://groups.google.com/group/reinteract" rel="nofollow">http://groups.google.com/group/reinteract</a> is the main discussion forum for Reinteract.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-1837</link>
		<dc:creator><![CDATA[jim]]></dc:creator>
		<pubDate>Tue, 24 Mar 2009 00:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-1837</guid>
		<description><![CDATA[isnt this wrong???????

x = [&quot;Hello&quot;, &quot;world&quot;]
y = x
y[1] = &quot;Python&quot;
x==y
 False]]></description>
		<content:encoded><![CDATA[<p>isnt this wrong???????</p>
<p>x = ["Hello", "world"]<br />
y = x<br />
y[1] = &#8220;Python&#8221;<br />
x==y<br />
 False</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-1836</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 16 Mar 2009 13:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-1836</guid>
		<description><![CDATA[I am a new user of reinteract, and I want to say that you made a great job. I love it. I am using it for more and more serious work. I used to work a lot with matlab, but I now do almost every thing on python. Your work is a step ahead in enjoyable productivity. Thanks a lot and keep the good work!

David]]></description>
		<content:encoded><![CDATA[<p>I am a new user of reinteract, and I want to say that you made a great job. I love it. I am using it for more and more serious work. I used to work a lot with matlab, but I now do almost every thing on python. Your work is a step ahead in enjoyable productivity. Thanks a lot and keep the good work!</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Graveley</title>
		<link>http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-708</link>
		<dc:creator><![CDATA[Alex Graveley]]></dc:creator>
		<pubDate>Mon, 10 Dec 2007 02:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-708</guid>
		<description><![CDATA[Oh, and I just realized that I have something actually constructive to add...  In my lil toy editor, Jujitsu, I&#039;ve got a &quot;Context&quot; sidebar which is shown as soon as you start typing.  It lists all the local variables, arguments, and completions for the current word.  I like it but it&#039;s only-half written at this point. 

The sidebar only has a chance to be useful in strongly typed languages, unless something like Reinteract could be applied generally to arbitrary Python.

I&#039;ve idly wondered about creating an external side-effect guard, so you could be always testing the current code, and do basic full-program completion and error checking...]]></description>
		<content:encoded><![CDATA[<p>Oh, and I just realized that I have something actually constructive to add&#8230;  In my lil toy editor, Jujitsu, I&#8217;ve got a &#8220;Context&#8221; sidebar which is shown as soon as you start typing.  It lists all the local variables, arguments, and completions for the current word.  I like it but it&#8217;s only-half written at this point. </p>
<p>The sidebar only has a chance to be useful in strongly typed languages, unless something like Reinteract could be applied generally to arbitrary Python.</p>
<p>I&#8217;ve idly wondered about creating an external side-effect guard, so you could be always testing the current code, and do basic full-program completion and error checking&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Graveley</title>
		<link>http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-707</link>
		<dc:creator><![CDATA[Alex Graveley]]></dc:creator>
		<pubDate>Mon, 10 Dec 2007 02:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-707</guid>
		<description><![CDATA[I just wanted to say that I love the work you are doing here.  Really encouraging and cool.  It&#039;s not helping me (want to) learn matlab any quicker though ;-)

-Alex]]></description>
		<content:encoded><![CDATA[<p>I just wanted to say that I love the work you are doing here.  Really encouraging and cool.  It&#8217;s not helping me (want to) learn matlab any quicker though <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>-Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Kersten</title>
		<link>http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-700</link>
		<dc:creator><![CDATA[Tim Kersten]]></dc:creator>
		<pubDate>Sun, 09 Dec 2007 23:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fishsoup.net/2007/12/09/a-few-new-reinteract-features/#comment-700</guid>
		<description><![CDATA[I think a lot of developers will have very different preferences on the matter. I know several people that are very new to programming and python and like it when they are &quot;assisted&quot; automatically, without needing to activate it manually. I&#039;ve noticed this several times and assume it&#039;s liked as they don&#039;t need to *know* or learn how it works before hand.
I like the way autocompletion for python works in Ulipad. It pops up after no more than one second in most situations. Perhaps, for the sake of intuition, it is possible to implement autocompletion in a manor such as Ulipad, but the first time an autocompletion list is shown, a tooltip-like message would tell the user where the behaviour can be changed to, e.g. ctrl+space. That way it would be intuitive for anyone new to the editor, would suit the newbies, the lazy typists and experienced programmers.

By the way, I really like your ideas on parameter hints and autocompletion.

Cheers,
Tim]]></description>
		<content:encoded><![CDATA[<p>I think a lot of developers will have very different preferences on the matter. I know several people that are very new to programming and python and like it when they are &#8220;assisted&#8221; automatically, without needing to activate it manually. I&#8217;ve noticed this several times and assume it&#8217;s liked as they don&#8217;t need to *know* or learn how it works before hand.<br />
I like the way autocompletion for python works in Ulipad. It pops up after no more than one second in most situations. Perhaps, for the sake of intuition, it is possible to implement autocompletion in a manor such as Ulipad, but the first time an autocompletion list is shown, a tooltip-like message would tell the user where the behaviour can be changed to, e.g. ctrl+space. That way it would be intuitive for anyone new to the editor, would suit the newbies, the lazy typists and experienced programmers.</p>
<p>By the way, I really like your ideas on parameter hints and autocompletion.</p>
<p>Cheers,<br />
Tim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

