<?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: Squeak By Example (first impressions)</title>
	<atom:link href="http://weblog.masukomi.org/2008/03/13/squeak-by-example-first-impressions/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.masukomi.org/2008/03/13/squeak-by-example-first-impressions</link>
	<description>mah-soo-koh-me</description>
	<lastBuildDate>Thu, 04 Mar 2010 22:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim Keating</title>
		<link>http://weblog.masukomi.org/2008/03/13/squeak-by-example-first-impressions/comment-page-1#comment-43</link>
		<dc:creator>Tim Keating</dc:creator>
		<pubDate>Fri, 14 Mar 2008 17:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.masukomi.org/2008/03/13/squeak-by-example-first-impressions#comment-43</guid>
		<description>If you&#039;re turned on by unit tests being supported by the core language, you should also take a gander at D (http://digitalmars.com/d). To summarize:

 - TDD built in from the ground up (unittest is a keyword, pre- and post-conditions can be added to function blocks etc. etc.)
 - Compiled language, like C++, but with GC and modern syntax innovations (foreach) included.
 - Arrays are bounds-checked by the compiler.
 - Lots of little things that are rough edges in other languages smoothed away. (One of my favorites is the fact that you can use _ as a separator for large numbers: 1_000_000 f&#039;rinstance.)

TK</description>
		<content:encoded><![CDATA[<p>If you&#8217;re turned on by unit tests being supported by the core language, you should also take a gander at D (<a href="http://digitalmars.com/d" rel="nofollow">http://digitalmars.com/d</a>). To summarize:</p>
<p> &#8211; TDD built in from the ground up (unittest is a keyword, pre- and post-conditions can be added to function blocks etc. etc.)<br />
 &#8211; Compiled language, like C++, but with GC and modern syntax innovations (foreach) included.<br />
 &#8211; Arrays are bounds-checked by the compiler.<br />
 &#8211; Lots of little things that are rough edges in other languages smoothed away. (One of my favorites is the fact that you can use _ as a separator for large numbers: 1_000_000 f&#8217;rinstance.)</p>
<p>TK</p>
]]></content:encoded>
	</item>
</channel>
</rss>
