<?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: PowerShell and Automation &#8211; Microsoft TechEd IT Forum 2007</title>
	<atom:link href="http://www.redmonk.com/cote/2007/11/16/powershell-and-automation-microsoft-teched-it-forum-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redmonk.com/cote/2007/11/16/powershell-and-automation-microsoft-teched-it-forum-2007/</link>
	<description>One foot in the muck, the other in utopia</description>
	<lastBuildDate>Tue, 22 May 2012 15:13:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: nate</title>
		<link>http://www.redmonk.com/cote/2007/11/16/powershell-and-automation-microsoft-teched-it-forum-2007/comment-page-1/#comment-100884</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Fri, 23 Nov 2007 13:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/11/16/powershell-and-automation-microsoft-teched-it-forum-2007/#comment-100884</guid>
		<description>My general impression is that it&#039;s more of a scripting programming language rather then a shell.  
 
To me a shell is a day-to-day operating environment.. one were I can whip up quick scripts that take advantage of deceivingly &#039;simple&#039; command line applications. For a admin a shell is probably more comfortable and effective UI then a GUI for most tasks. 
 
Powershell lacks the sort of history and wealth of tools that I can take advantage of. Sure I can replicate &#039;ls&#039; or &#039;cat&#039; or &#039;grep&#039; in a nice way with a few lines of code.. but there are always corner cases and issues that you don&#039;t expect when working on a script for 30 seconds versus a small GNU C-based utility that has been around for 15 or more years.  
 
So it&#039;s not so much on the same level as Bash or Ksh  for quick-n-dirty scripting, but more like a executable environment for Perl or Python.  
 
Something more like:  &lt;a href=&quot;http://ipython.scipy.org/moin/&quot; rel=&quot;nofollow&quot;&gt;http://ipython.scipy.org/moin/&lt;/a&gt; that tries to be a in-between a shell and a scripting environment. </description>
		<content:encoded><![CDATA[<p>My general impression is that it&#039;s more of a scripting programming language rather then a shell. </p>
<p>To me a shell is a day-to-day operating environment.. one were I can whip up quick scripts that take advantage of deceivingly &#039;simple&#039; command line applications. For a admin a shell is probably more comfortable and effective UI then a GUI for most tasks.</p>
<p>Powershell lacks the sort of history and wealth of tools that I can take advantage of. Sure I can replicate &#039;ls&#039; or &#039;cat&#039; or &#039;grep&#039; in a nice way with a few lines of code.. but there are always corner cases and issues that you don&#039;t expect when working on a script for 30 seconds versus a small GNU C-based utility that has been around for 15 or more years. </p>
<p>So it&#039;s not so much on the same level as Bash or Ksh  for quick-n-dirty scripting, but more like a executable environment for Perl or Python. </p>
<p>Something more like:<br />
  <a href="http://ipython.scipy.org/moin/" rel="nofollow">http://ipython.scipy.org/moin/</a> that tries to be a in-between a shell and a scripting environment. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danno</title>
		<link>http://www.redmonk.com/cote/2007/11/16/powershell-and-automation-microsoft-teched-it-forum-2007/comment-page-1/#comment-94832</link>
		<dc:creator>Danno</dc:creator>
		<pubDate>Fri, 16 Nov 2007 22:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/cote/2007/11/16/powershell-and-automation-microsoft-teched-it-forum-2007/#comment-94832</guid>
		<description>I&#039;d be interested in this to the extent that it can be smart about turning plain text files into structs or rules based objects.  (Like say I have a file with a number of tab seperated columns, can I pipe that as an array of arrays, or an array of structs [based on the names in the first row] and also, possibly attach some logic to this struct?)

Past that, if you have to break the object oriented mindset to handle all your stuff that isn&#039;t built for powerset, that just doubled the number of shell programming paradigms you have to use.

This, to me, is the problem that people run into when they start talking about making a command line based around Ruby or Python.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested in this to the extent that it can be smart about turning plain text files into structs or rules based objects.  (Like say I have a file with a number of tab seperated columns, can I pipe that as an array of arrays, or an array of structs [based on the names in the first row] and also, possibly attach some logic to this struct?)</p>
<p>Past that, if you have to break the object oriented mindset to handle all your stuff that isn&#8217;t built for powerset, that just doubled the number of shell programming paradigms you have to use.</p>
<p>This, to me, is the problem that people run into when they start talking about making a command line based around Ruby or Python.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

