<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dynamic languages and the virtual machines that love them</title>
	<atom:link href="http://www.brianlegros.com/blog/2007/06/01/dynamic-languages-and-the-virtual-machines-that-love-them/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianlegros.com/blog/2007/06/01/dynamic-languages-and-the-virtual-machines-that-love-them/</link>
	<description>eat, program, and be merry</description>
	<lastBuildDate>Wed, 21 Jul 2010 22:35:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: me</title>
		<link>http://www.brianlegros.com/blog/2007/06/01/dynamic-languages-and-the-virtual-machines-that-love-them/comment-page-1/#comment-35</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sat, 02 Jun 2007 13:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/06/01/dynamic-languages-and-the-virtual-machines-that-love-them/#comment-35</guid>
		<description>@Dan

That&#039;s a good point, I didn&#039;t think of that.  Right now it feels like you&#039;re hooking into a server to get the job done when you could just be running in a local context to accomplish the same thing.  Netbeans accomplishes this by using Ruby and WebBrick together, I wonder if something as simple as that could help to solve the problem?  Maybe a Jetty instance with Adobe&#039;s app server attached that could be started in a local context w/o dependency on a remote app server?  Maybe even just a cfcompiler and some type of webserver emulator tied into CFEClipse so that the server isn&#039;t even needed?

CF8 has the debugging features you&#039;re looking, CFEclipse has the cfc/cfUnit runner in Eclipse for us, but it feels like a chore to do setup.  They made it as easy as possible and it still doesn&#039;t feel like I can be as productive as I want like I can when working with Java or .NET.</description>
		<content:encoded><![CDATA[<p>@Dan</p>
<p>That&#8217;s a good point, I didn&#8217;t think of that.  Right now it feels like you&#8217;re hooking into a server to get the job done when you could just be running in a local context to accomplish the same thing.  Netbeans accomplishes this by using Ruby and WebBrick together, I wonder if something as simple as that could help to solve the problem?  Maybe a Jetty instance with Adobe&#8217;s app server attached that could be started in a local context w/o dependency on a remote app server?  Maybe even just a cfcompiler and some type of webserver emulator tied into CFEClipse so that the server isn&#8217;t even needed?</p>
<p>CF8 has the debugging features you&#8217;re looking, CFEclipse has the cfc/cfUnit runner in Eclipse for us, but it feels like a chore to do setup.  They made it as easy as possible and it still doesn&#8217;t feel like I can be as productive as I want like I can when working with Java or .NET.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielroop</title>
		<link>http://www.brianlegros.com/blog/2007/06/01/dynamic-languages-and-the-virtual-machines-that-love-them/comment-page-1/#comment-34</link>
		<dc:creator>danielroop</dc:creator>
		<pubDate>Sat, 02 Jun 2007 11:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/06/01/dynamic-languages-and-the-virtual-machines-that-love-them/#comment-34</guid>
		<description>Brian,

Correct me if I am wrong, but coldfusion is essentially implemented through a servlet.  If they were to make this implementation using JSR, the language would be so much less restrained.  For instance you wouldn&#039;t need a server running to unit test or debug you code.  Could you imagine cfdebug, and cfcUnit or even cfcBehave in a nice eclipse runner like jUnit, or even better be able to set break points in your cfcs and step through the execution.  

I remember hearing somewhere that Adobe didn&#039;t feel it was necessary to impleent becasue about 2% of the community uses coldfusion in a way it would be helpful.  But I believe with coldspring, and transfer, more and more people are moving from the procedural coldfusion into the object oriented coldfusion.  And the closer to the JVM the language gets, the better the tools for working with the language will get.</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>Correct me if I am wrong, but coldfusion is essentially implemented through a servlet.  If they were to make this implementation using JSR, the language would be so much less restrained.  For instance you wouldn&#8217;t need a server running to unit test or debug you code.  Could you imagine cfdebug, and cfcUnit or even cfcBehave in a nice eclipse runner like jUnit, or even better be able to set break points in your cfcs and step through the execution.  </p>
<p>I remember hearing somewhere that Adobe didn&#8217;t feel it was necessary to impleent becasue about 2% of the community uses coldfusion in a way it would be helpful.  But I believe with coldspring, and transfer, more and more people are moving from the procedural coldfusion into the object oriented coldfusion.  And the closer to the JVM the language gets, the better the tools for working with the language will get.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.647 seconds -->
