<?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>Kochol Game Engine &#187; Cyrus Script</title>
	<atom:link href="http://kge3d.org/tag/cyrus-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://kge3d.org</link>
	<description>Open source game engine</description>
	<lastBuildDate>Mon, 08 Apr 2013 08:28:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Working on a script language</title>
		<link>http://kge3d.org/2010/04/24/working-on-a-script-language/</link>
		<comments>http://kge3d.org/2010/04/24/working-on-a-script-language/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 14:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cyrus Script]]></category>
		<category><![CDATA[Speed]]></category>

		<guid isPermaLink="false">http://kge3d.org/?p=83</guid>
		<description><![CDATA[Hi all Currently I am creating a new scripting language called Cyrus Script.Cyrus Script(CS) syntax is similar to C language and it&#8217;s in early production.CS has a different design from other scripts. It dose not use virtual machine to run the script programs. I test CS speed against C++ and the results was amazing when [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all</p>
<p>Currently I am creating a new scripting language called Cyrus Script.<br />Cyrus Script(CS) syntax is similar to C language and it&#8217;s in early production.<br />CS has a different design from other scripts. It dose not use virtual machine to run the script programs.</p>
<p>I test CS speed against C++ and the results was amazing when you don&#8217;t use default C++ types like int for all commands. CS is 5%-15% slower than C++which is very good performance result. I heard the fastest scripts are 15 times slower than C++.</p>
<p>I also test CS speed against Angle Script and CS was 6 times faster than AS.</p>
<p>I want to write a technical article about the design of this script. Please if you have any information on this please advise me how can I do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://kge3d.org/2010/04/24/working-on-a-script-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
