<?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>Structure in the flow &#187; JavaScript</title>
	<atom:link href="http://www.fsavard.com/flow/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fsavard.com/flow</link>
	<description>Programming, personal knowledge management. Topics unstable.</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:20:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>fSignatures, a JavaScript library to check argument types and object interfaces</title>
		<link>http://www.fsavard.com/flow/2008/08/fsignatures-a-javascript-library-to-check-argument-types-and-object-interfaces/</link>
		<comments>http://www.fsavard.com/flow/2008/08/fsignatures-a-javascript-library-to-check-argument-types-and-object-interfaces/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 22:25:01 +0000</pubDate>
		<dc:creator>Francois</dc:creator>
				<category><![CDATA[fSignatures.js]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=12</guid>
		<description><![CDATA[I&#8217;ve just written a small JavaScript library that allows you to wrap a function in another one, which will check whether the parameters and return value are of the right type. It&#8217;s a functionality I miss from statically typed languages. It also allows you to check whether a set of functions, along with specified signatures, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just written a <a href="http://www.fsavard.com/code/fsignatures/">small JavaScript library</a> that allows you to wrap a function in another one, which will check whether the parameters and return value are of the right type. It&#8217;s a functionality I miss from statically typed languages. It also allows you to check whether a set of functions, along with specified signatures, are present in an object. This is similar to the concept of interface found in other languages, especially Java.</p>
<p>Some functionality may be missing. I&#8217;m trying to measure interest in the lib before investing more time in any particular direction.</p>
 <img src="http://www.fsavard.com/flow/wp-content/plugins/feed-statistics.php?view=1&post_id=12" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.fsavard.com/flow/2008/08/fsignatures-a-javascript-library-to-check-argument-types-and-object-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

