<?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: JScript. Dynamic languages&#8217; forgotten cousin.</title>
	<atom:link href="http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin</link>
	<description>pulling the rug</description>
	<pubDate>Tue, 02 Dec 2008 14:12:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Chui&#8217;s counterpoint &#187; Blog Archive &#187; Prototype-based Languages and Design-Tension</title>
		<link>http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin#comment-248</link>
		<dc:creator>Chui&#8217;s counterpoint &#187; Blog Archive &#187; Prototype-based Languages and Design-Tension</dc:creator>
		<pubDate>Sat, 11 Mar 2006 11:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin#comment-248</guid>
		<description>[...] Luckily for JavaScript, implementations such as Rhino and JScript leverage off the OO libraries of JVM and CLR respectively. I think these implementations have great potential, since they benefit from the OO libraries (objects whose behaviour are easier to figure out), but offer the advantage of prototypes, where behavior can be modified without having to subclass. [...]</description>
		<content:encoded><![CDATA[<p>[...] Luckily for JavaScript, implementations such as Rhino and JScript leverage off the OO libraries of JVM and CLR respectively. I think these implementations have great potential, since they benefit from the OO libraries (objects whose behaviour are easier to figure out), but offer the advantage of prototypes, where behavior can be modified without having to subclass. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Wynia</title>
		<link>http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin#comment-33</link>
		<dc:creator>J Wynia</dc:creator>
		<pubDate>Wed, 11 May 2005 01:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin#comment-33</guid>
		<description>Though not entirely current anymore, I can't help but respond.

import System
import System.Windows.Forms
import System.IO

All valid JScript.NET imports.

Anthony, have you even LOOKED at JScript.NET? JScript.NET uses all of the .NET assemblies, any COM object you like, dynamically eval other JScript code (in some cases) and otherwise generally participate in .NET in *exactly the same ways* as C#. JScript.NET is compiled, just like C. It can be used to build DLL assemblies which in turn can be used in the languages like Python and C via COM wrappers.

Exactly which "Packages" can't JScript.NET handle. </description>
		<content:encoded><![CDATA[<p>Though not entirely current anymore, I can&#8217;t help but respond.</p>
<p>import System<br />
import System.Windows.Forms<br />
import System.IO</p>
<p>All valid JScript.NET imports.</p>
<p>Anthony, have you even LOOKED at JScript.NET? JScript.NET uses all of the .NET assemblies, any COM object you like, dynamically eval other JScript code (in some cases) and otherwise generally participate in .NET in *exactly the same ways* as C#. JScript.NET is compiled, just like C. It can be used to build DLL assemblies which in turn can be used in the languages like Python and C via COM wrappers.</p>
<p>Exactly which &#8220;Packages&#8221; can&#8217;t JScript.NET handle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin#comment-31</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 15 Mar 2005 13:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/jscript-dynamic-languages-forgotten-cousin#comment-31</guid>
		<description>One answer Packages. Languages that excel allow programmers to use the work of others. Take C and python.. the #include and the import statement are the corner of their success. Now what was that statement in JScript?? Oh I can't remember..

</description>
		<content:encoded><![CDATA[<p>One answer Packages. Languages that excel allow programmers to use the work of others. Take C and python.. the #include and the import statement are the corner of their success. Now what was that statement in JScript?? Oh I can&#8217;t remember..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
