<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042177" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042177</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I&#039;m prepared to use a number</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-namespaces#comment-1234705</link>
    <description> &lt;p&gt;I&#039;m prepared to use a number of languages and systems.  I&#039;m not terribly fond of comprehensive frameworks (they work sometimes, not always).  What I look for in a basic stack is: a dynamic language, a native HTTP server, a native &lt;a href=&quot;http://en.wikipedia.org/wiki/Domain_Specific_Language&quot;&gt;DSL&lt;/a&gt; for markup output, and a data store module.&lt;/p&gt;
&lt;p&gt;For example, a Ruby stack I&#039;d use is &lt;a href=&quot;http://mongrel.rubyforge.org/&quot;&gt;Mongrel&lt;/a&gt;, &lt;a href=&quot;http://code.whytheluckystiff.net/markaby/&quot;&gt;Markaby&lt;/a&gt; and &lt;a href=&quot;http://datamapper.org/&quot;&gt;DataMapper&lt;/a&gt; or &lt;a href=&quot;http://sequel.rubyforge.org/&quot;&gt;Sequel&lt;/a&gt;; or &lt;a href=&quot;http://merbivore.org/&quot;&gt;merb&lt;/a&gt;.  With Python, I might use &lt;a href=&quot;http://twistedmatrix.com&quot;&gt;Twisted&lt;/a&gt;, &lt;a href=&quot;http://divmod.org/trac/wiki/DivmodNevow&quot;&gt;Nevow&lt;/a&gt; (particularly &lt;a href=&quot;http://www.kieranholland.com/code/documentation/nevow-stan/&quot;&gt;Stan&lt;/a&gt;), and &lt;a href=&quot;http://www.aminus.net/dejavu&quot;&gt;Dejavu&lt;/a&gt;.  With Lisp, I use &lt;a href=&quot;http://www.weitz.de/hunchentoot/&quot;&gt;Hunchentoot&lt;/a&gt;, &lt;a href=&quot;http://weitz.de/cl-who/&quot;&gt;cl-who&lt;/a&gt; (customised), and &lt;a href=&quot;http://common-lisp.net/project/elephant/&quot;&gt;Elephant&lt;/a&gt;.  Recently, I&#039;ve been experimenting with &lt;a href=&quot;http://github.com/arohner/compojure/tree/master&quot;&gt;Compojure&lt;/a&gt; for &lt;a href=&quot;http://clojure.org/&quot;&gt;Clojure&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;My preference is to live inside one runtime per site – screened behind a &lt;a href=&quot;http://www.apsis.ch/pound/&quot;&gt;proxy&lt;/a&gt; – each using internal DSLs for the various concerns.  This isn&#039;t appropriate for all situations, however.  It&#039;s best for the small-scale apps that I develop, with a small team – if any.  So I&#039;d happily use a big framework, external templates, or attach to Apache, if needed.&lt;/p&gt;
&lt;p&gt;This is partly what makes it difficult to drop PHP.  There&#039;s a big leap in initial complexity, especially in deployment configurations, and the diversity of modules and libraries to learn, test and maintain.  PHP, in contrast, gives you a one-size-fits-all &lt;a href=&quot;http://en.wikipedia.org/wiki/Plattenbau&quot;&gt;Plattenbau&lt;/a&gt; architecture.&lt;/p&gt;
&lt;p&gt;The main constraints dictating the choice of system are: what the host provides, budgets or deadlines, and legacy applications.  There are ways to deal with each of these, but invariably one or the other is a fixed condition in favour of PHP. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 31 Oct 2008 01:52:00 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1234705 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Out of interest: what would</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-namespaces#comment-1234682</link>
    <description> &lt;p&gt;Out of interest: what would you use in place of PHP for a Web application. Python + Pylons/Django?&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Oct 2008 14:46:11 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1234682 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>At least one person has</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-namespaces#comment-1234600</link>
    <description> &lt;blockquote&gt;&lt;p&gt;At least one person has already dumped PHP because of the choice.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Meh, there hasn&#039;t been anything I wanted in a web application that PHP couldn&#039;t handle.  I don&#039;t see what everyone&#039;s problem is.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Oct 2008 13:57:53 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1234600 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I\&#039;d ask, what could</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-namespaces#comment-1234598</link>
    <description> &lt;p&gt;I\&#039;d ask, what could possibly go wrong\? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As someone who began jumping the PHP failboat a couple of years ago, I must say, it&#039;s a long drop till you hit the water.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Oct 2008 10:42:00 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1234598 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
