<?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: Google AppEngine SDK 1.1.1发布，群众呼声强烈</title>
	<atom:link href="http://www.awflasher.com/blog/archives/1398/feed" rel="self" type="application/rss+xml" />
	<link>http://www.awflasher.com/blog/archives/1398</link>
	<description>分享互联网, 分享人生</description>
	<pubDate>Mon, 15 Mar 2010 11:00:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: 无限</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-96699</link>
		<dc:creator>无限</dc:creator>
		<pubDate>Sat, 29 Nov 2008 14:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-96699</guid>
		<description>我呼唤lua
原因有
一、lua定制性比python高多了,appengine里头为了安全性把python标准库的一些东西删除了，而lua 标准库里压根没有那些东西，呵呵，正好适合google的需求，要什么支持就添加什么

二、lua速度快，而且轻巧，虚拟机也占内存少，appengine这种成千上万应用摆一起的服务，当然要十分关注效率问题

三、lua语言本身特性也简单，很容易培训入门，当然python也不难，但python的缩进问题十分让人烦恼，任何一种其他的语言都没有这个烦恼

四、lua的扩展很容易写，因为特性简单，所以可能会有大量的人给appengine的那个project贡献代码 这对appengine的发展很有益处</description>
		<content:encoded><![CDATA[<p>我呼唤lua<br />
原因有<br />
一、lua定制性比python高多了,appengine里头为了安全性把python标准库的一些东西删除了，而lua 标准库里压根没有那些东西，呵呵，正好适合google的需求，要什么支持就添加什么</p>
<p>二、lua速度快，而且轻巧，虚拟机也占内存少，appengine这种成千上万应用摆一起的服务，当然要十分关注效率问题</p>
<p>三、lua语言本身特性也简单，很容易培训入门，当然python也不难，但python的缩进问题十分让人烦恼，任何一种其他的语言都没有这个烦恼</p>
<p>四、lua的扩展很容易写，因为特性简单，所以可能会有大量的人给appengine的那个project贡献代码 这对appengine的发展很有益处</p>
<div digg="0" bury="0" class="diggcomment" cid="96699"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: cpedia</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-87640</link>
		<dc:creator>cpedia</dc:creator>
		<pubDate>Tue, 19 Aug 2008 05:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-87640</guid>
		<description>appengine确实是个不错的平台。大家有想基于它做一个博客的话，可以参考我的一个开源项目cpedialog

http://code.google.com/p/cpedialog</description>
		<content:encoded><![CDATA[<p>appengine确实是个不错的平台。大家有想基于它做一个博客的话，可以参考我的一个开源项目cpedialog</p>
<p><a href="http://code.google.com/p/cpedialog" rel="nofollow">http://code.google.com/p/cpedialog</a></p>
<div digg="0" bury="0" class="diggcomment" cid="87640"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: kingseaeast</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-83404</link>
		<dc:creator>kingseaeast</dc:creator>
		<pubDate>Sun, 27 Jul 2008 07:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-83404</guid>
		<description>php不太可能比rails快吧? 不过我确实对php了解不深入</description>
		<content:encoded><![CDATA[<p>php不太可能比rails快吧? 不过我确实对php了解不深入</p>
<div digg="0" bury="1" class="diggcomment" cid="83404"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: kingseaeast</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-83403</link>
		<dc:creator>kingseaeast</dc:creator>
		<pubDate>Sun, 27 Jul 2008 07:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-83403</guid>
		<description>其实python也还好啦，作为scripting language也不是特别的边缘，而且又是google支持的scripting language，开发web应用也有Django。Google内部好像是不太喜欢尝试新语言的，所以不知道支持其他语言有没有困难。从理论说php确实是呼声最高,不过我真的希望可以支持ruby, 那样很多rails应用就都可以搬到GAE上了,正好解决了rails scale支持不好的问题</description>
		<content:encoded><![CDATA[<p>其实python也还好啦，作为scripting language也不是特别的边缘，而且又是google支持的scripting language，开发web应用也有Django。Google内部好像是不太喜欢尝试新语言的，所以不知道支持其他语言有没有困难。从理论说php确实是呼声最高,不过我真的希望可以支持ruby, 那样很多rails应用就都可以搬到GAE上了,正好解决了rails scale支持不好的问题</p>
<div digg="0" bury="0" class="diggcomment" cid="83403"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: lzhi</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-83401</link>
		<dc:creator>lzhi</dc:creator>
		<pubDate>Sun, 27 Jul 2008 06:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-83401</guid>
		<description>看了师兄博客一年多，第一次留言</description>
		<content:encoded><![CDATA[<p>看了师兄博客一年多，第一次留言</p>
<div digg="0" bury="0" class="diggcomment" cid="83401"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: shellex</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-83263</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Sat, 26 Jul 2008 14:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-83263</guid>
		<description>可惜死活申请不到..</description>
		<content:encoded><![CDATA[<p>可惜死活申请不到..</p>
<div digg="0" bury="0" class="diggcomment" cid="83263"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: joyqi</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-83260</link>
		<dc:creator>joyqi</dc:creator>
		<pubDate>Sat, 26 Jul 2008 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-83260</guid>
		<description>Google AppEngine不支持php完全是出于自身的考虑，没有什么其他的理由
用PHP做App应用开发太快了，实在不清楚其他的语言在这方面有什么优势</description>
		<content:encoded><![CDATA[<p>Google AppEngine不支持php完全是出于自身的考虑，没有什么其他的理由<br />
用PHP做App应用开发太快了，实在不清楚其他的语言在这方面有什么优势</p>
<div digg="0" bury="0" class="diggcomment" cid="83260"></div>]]></content:encoded>
	</item>
	<item>
		<title>By: X</title>
		<link>http://www.awflasher.com/blog/archives/1398#comment-83255</link>
		<dc:creator>X</dc:creator>
		<pubDate>Sat, 26 Jul 2008 12:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.awflasher.com/blog/archives/1398#comment-83255</guid>
		<description>你的文章我越来越看不懂了，唉</description>
		<content:encoded><![CDATA[<p>你的文章我越来越看不懂了，唉</p>
<div digg="0" bury="0" class="diggcomment" cid="83255"></div>]]></content:encoded>
	</item>
</channel>
</rss>
