<?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"
	>
<channel>
	<title>Comments on: Erlang/OTP R11B-4 发布</title>
	<atom:link href="http://erlang-china.org/news/erlang-otp-r11b4.html/feed" rel="self" type="application/rss+xml" />
	<link>http://erlang-china.org/news/erlang-otp-r11b4.html</link>
	<description>erlang 中文社区</description>
	<pubDate>Mon, 01 Dec 2008 22:16:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: jackyz</title>
		<link>http://erlang-china.org/news/erlang-otp-r11b4.html#comment-11</link>
		<dc:creator>jackyz</dc:creator>
		<pubDate>Thu, 29 Mar 2007 05:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=14#comment-11</guid>
		<description>EScript还是比较初级的版本，估计也会推出reload或hotdeploy之类的特性(erlang本身都可以，没有理由在他基础之上的EScript不可以)。
目前想到，可以用来做系统中部分的“定制逻辑”。在部署的时候，可以根据具体情况调优。</description>
		<content:encoded><![CDATA[<p>EScript还是比较初级的版本，估计也会推出reload或hotdeploy之类的特性(erlang本身都可以，没有理由在他基础之上的EScript不可以)。<br />
目前想到，可以用来做系统中部分的“定制逻辑”。在部署的时候，可以根据具体情况调优。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arbow</title>
		<link>http://erlang-china.org/news/erlang-otp-r11b4.html#comment-10</link>
		<dc:creator>Arbow</dc:creator>
		<pubDate>Thu, 29 Mar 2007 03:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=14#comment-10</guid>
		<description>简单看了一下，貌似仅仅是无需编译就能够执行erl文件，语法这些都是一致的。
尝试了一下能否在运行时改变代码后改变行为，不可以。。看来加载进去之后跟erl加载没有什么两样</description>
		<content:encoded><![CDATA[<p>简单看了一下，貌似仅仅是无需编译就能够执行erl文件，语法这些都是一致的。<br />
尝试了一下能否在运行时改变代码后改变行为，不可以。。看来加载进去之后跟erl加载没有什么两样</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arbow</title>
		<link>http://erlang-china.org/news/erlang-otp-r11b4.html#comment-9</link>
		<dc:creator>Arbow</dc:creator>
		<pubDate>Thu, 29 Mar 2007 02:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=14#comment-9</guid>
		<description>Escript 这东西，可是第一次听说。有空找找文档看一下</description>
		<content:encoded><![CDATA[<p>Escript 这东西，可是第一次听说。有空找找文档看一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackyz</title>
		<link>http://erlang-china.org/news/erlang-otp-r11b4.html#comment-8</link>
		<dc:creator>jackyz</dc:creator>
		<pubDate>Thu, 29 Mar 2007 02:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://erlang-china.org/?p=14#comment-8</guid>
		<description>--- HIGHLIGHTS ------------------------------------------------------------

    OTP-6505  There is a new escript program that can be used for writing
              scripts in Erlang. Erlang scripts don't need to be compiled
              and any arguments can be passed to them without risk that
              they are interpreted by the Erlang system.

这个 escript 让我想起了 groovy/jruby 之于 java 7 。支持脚本的编程语言，可以用它来做些什么呢？

    OTP-6546  Dialyzer (in the modes where either source or BEAM code which
              contains debug_info is analyzed) spits out line information
              for all discrepancies. This has been a major change, worth of
              increasing the version number.

              We warn users that *considerably* more discrepancies are
              identified by this version of Dialyzer compared with previous
              ones and applications. If, for some reason, warnings
              generated by previous versions of Dialyzer are preferable,
              the command line option --old_style can be employed.

这个应该是编译过程中的优化，Debug信息当中的行号，被单独处理。也是此次版本号升级的主要原因。</description>
		<content:encoded><![CDATA[<p>&#8212; HIGHLIGHTS &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>    OTP-6505  There is a new escript program that can be used for writing<br />
              scripts in Erlang. Erlang scripts don&#8217;t need to be compiled<br />
              and any arguments can be passed to them without risk that<br />
              they are interpreted by the Erlang system.</p>
<p>这个 escript 让我想起了 groovy/jruby 之于 java 7 。支持脚本的编程语言，可以用它来做些什么呢？</p>
<p>    OTP-6546  Dialyzer (in the modes where either source or BEAM code which<br />
              contains debug_info is analyzed) spits out line information<br />
              for all discrepancies. This has been a major change, worth of<br />
              increasing the version number.</p>
<p>              We warn users that *considerably* more discrepancies are<br />
              identified by this version of Dialyzer compared with previous<br />
              ones and applications. If, for some reason, warnings<br />
              generated by previous versions of Dialyzer are preferable,<br />
              the command line option &#8211;old_style can be employed.</p>
<p>这个应该是编译过程中的优化，Debug信息当中的行号，被单独处理。也是此次版本号升级的主要原因。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
