<?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>Ranok&#039;s Ramblings &#187; analysis</title>
	<atom:link href="http://www.r4n0k.com/tag/analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.r4n0k.com</link>
	<description>A peek into my life, and the projects I never complete</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:36:19 +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>Every Erlang Developers Best Friend: Dialyzer</title>
		<link>http://www.r4n0k.com/2008/03/13/every-erlang-developers-best-friend-dialyzer/</link>
		<comments>http://www.r4n0k.com/2008/03/13/every-erlang-developers-best-friend-dialyzer/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 02:46:21 +0000</pubDate>
		<dc:creator>ranok</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[dialyzer]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[osp]]></category>

		<guid isPermaLink="false">http://www.r4n0k.com/2008/03/13/every-erlang-developers-best-friend-dialyzer/</guid>
		<description><![CDATA[While working on OSP some more, (I got global data storage using Mnesia and transactional server instances working) I got frustrated with Erlang letting me compile code then late binding to non-existent functions (whoops, typos) thus blowing up when I tried to run it. I knew there must be tools to solve this problem, so, [...]]]></description>
			<content:encoded><![CDATA[<p>While working on <a href="http://www.openserverplatform.com">OSP</a> some more, (I got global data storage using Mnesia and transactional server instances working) I got frustrated with Erlang letting me compile code then late binding to non-existent functions (whoops, typos) thus blowing up when I tried to run it. I knew there must be tools to solve this problem, so, searching around, and reading through my Erlang book, I came across <a href="http://www.erlang.org/doc/apps/dialyzer/dialyzer_chapter.html">Dialyzer</a>, or (&#8220;a DIscrepancy AnalYZer for ERlang programs&#8221;). Basically, it does a static source code (or compiled byte code) analysis of your program(s) and tells you when there are unknown function calls, or places in the code that can&#8217;t be reached, etc&#8230; It&#8217;s very handle, and lets work on coding and testing the functionality of my code, rather than the runnability of my code. This tool is a must-have for Erlang programmers.</p>
<p>Peace and chow,</p>
<p>Ranok</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r4n0k.com/2008/03/13/every-erlang-developers-best-friend-dialyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

