<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - The Verification Corner - Specifications in Action with Spec#</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Peli/The-Verification-Corner-Specifications-in-Action-with-SpecSharp/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/5/9/7/2/3/5/verificationconerchunker_512_ch9.png</url>
		<title>Channel 9 - The Verification Corner - Specifications in Action with Spec#</title>
		<link></link>
	</image>
	<description> In this episode of The Verification Corner, Rustan Leino gives a demonstration of specifications in action. He builds a program that chunks strings into pieces, i.e. a chunker, in Spec#. During the demo, he shows the verifier, the developer, and the specifications fit together in the development cycle. Rustan Leino&amp;nbsp;is a Principal Researcher in the Research in Software Engineering (RiSE) group at Microsoft Research. Try Spec# in your web browser at http://rise4fun/specsharp! Find past and future episodes of the The Verification Corner! The Verification Corner is a show on Software Verification Techniques and Tools. The show is produced by the&amp;nbsp;Research in Software Engineering team (RiSE) , which coordinates Microsoft&#39;s research in Software Engineering in Redmond, USA. </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 00:07:43 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 00:07:43 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: The Verification Corner - Specifications in Action with Spec#</title>
		<description>
			<![CDATA[
<p>That's a pretty impressive example. It makes clear how many possible bugs specifications can catch: a lot. It also makes me quite envious of Spec#. Hopefully these features will be incorporated into C# at some point in time; we do have Code Contracts for
 .Net but this syntax is so much better. It would also be very nice to be able to assign invariants to primitive type aliases, e.g.</p>
<p>&nbsp;</p>
<p><pre class="brush: text">alias nat = int where nat &gt;= 1;</pre></p>
<p>&nbsp;</p>
<p>Maybe there's not that many use-cases for that feature though.</p>
<p>&nbsp;</p>
<p>Non-nullness annotations is another very hot feature.</p>
<p>&nbsp;</p>
<p>Also, since LINQ to Objects uses Dispose (as in IEnumerator extends IDisposable; the sole purpose of which is IO cleanup) can we then consider LINQ to Objects as impure and therefore not suitable for specifications?</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/The-Verification-Corner-Specifications-in-Action-with-SpecSharp#c634031023500000000</link>
		<pubDate>Tue, 02 Mar 2010 04:52:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/The-Verification-Corner-Specifications-in-Action-with-SpecSharp#c634031023500000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: The Verification Corner - Specifications in Action with Spec#</title>
		<description>
			<![CDATA[
<p>Very nice, but I'd like to see the full postcondition for NextChunk. Perhaps, in your next episode, you could give an example of a postcondition containing, say, a quantified expression.</p>
<p>posted by softwarekev</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Peli/The-Verification-Corner-Specifications-in-Action-with-SpecSharp#c634031480980000000</link>
		<pubDate>Tue, 02 Mar 2010 17:34:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Peli/The-Verification-Corner-Specifications-in-Action-with-SpecSharp#c634031480980000000</guid>
		<dc:creator>softwarekev</dc:creator>
	</item>
</channel>
</rss>