<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Stroustrup: Aesthetics matter, but a language has to be useful.</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 19 May 2013 07:52:06 -0400</pubDate>


    <item>

        <title>Did you read the whole article ?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[Rather than copying my answer all over, see my comments down at my <a href="http://joshcruz.blogspot.com/2007/01/genius-misquotes.html">blog </a>]]></description>
        

        <pubDate>Sun, 21 Jan 2007 17:46:32 -0500</pubDate>

        

        <jf:creationDate>Sun, 21 Jan 2007 17:46:32 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 21 Jan 2007 17:46:32 -0500</jf:modificationDate>
        <jf:date>Jan 21, 2007</jf:date>
        <jf:author>Joshua Cornejo</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: indents</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>Sorry, about the missing indents.  I "simply pressed spacebar" like the "How to post" says...</blockquote>

You have to use the undocumented 'pre' tag.]]></description>
        

        <pubDate>Sat, 20 Jan 2007 13:36:32 -0500</pubDate>

        

        <jf:creationDate>Sat, 20 Jan 2007 13:36:32 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 20 Jan 2007 13:36:32 -0500</jf:modificationDate>
        <jf:date>Jan 20, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>indents</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[Sorry, about the missing indents.  I "simply pressed spacebar" like the "How to post" says...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 23:03:26 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 23:03:26 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 23:03:26 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Jim Hughes</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>blocks throwing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote><blockquote><blockquote>That's not equivalent! What happens if the loop is terminated because of an exception?</blockquote><br><br>Or <b>break</b> or <b>return</b>.</blockquote><br><br>What happens if break or return is called from within the...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 22:59:16 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 22:59:16 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 22:59:16 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Jim Hughes</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote><blockquote>I don't really long for destructors because once I accepted that the functional paradigm can be used selectively in an OO language, I've found it to be superior in many cases to RIAA.</blockquote><br><br>it's called RAII...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 21:29:43 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 21:29:43 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 21:29:43 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Which is the tail and which the dog?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>The core issue is not the ease of *writing* code in a language, but the ease of *maintaining* it.  </blockquote>...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 19:13:39 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 19:13:39 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 19:13:39 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Irakli Nadareishvili</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>I don't really long for destructors because once I accepted that the functional paradigm can be used selectively in an OO language, I've found it to be superior in many cases to RIAA.</blockquote>...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 16:41:49 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 16:41:49 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 16:41:49 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Erik Engbrecht</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>I don't really long for destructors because once I accepted that the functional paradigm can be used selectively in an OO language, I've found it to be superior in many cases to RIAA.</blockquote>

it's called RAII ;-)]]></description>
        

        <pubDate>Fri, 19 Jan 2007 16:27:12 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 16:27:12 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 16:27:12 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Casual Visitor</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>Yes, I'm always finding myself longing for C++ destructors.  Resource management is so much more than memory management, and garbage collection only handles memory in a satisfactory way.</blockquote>...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 14:08:28 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 14:08:28 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 14:08:28 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>What happens if break or return is called from within the closure?  Does it stop iteration or does it just move on to the next record?  (I'm seriously asking, I've only played with Ruby and didn't really like it so I stopped)</blockquote>...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 13:39:21 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 13:39:21 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 13:39:21 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>I really your suggestion except that is has one fatal flaw (in Java). If the iteration doesn't complete successfully, the Iterable does not know that it needs to close it's resources. In C++ people use RIAA and we can use finalizers or...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 13:25:23 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 13:25:23 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 13:25:23 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Erik Engbrecht</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote><blockquote>That's not equivalent! What happens if the loop is terminated because of an exception?</blockquote><br><br>Or <b>break</b> or <b>return</b>.</blockquote>...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 13:18:42 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 13:18:42 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 13:18:42 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Erik Engbrecht</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>That's not equivalent! What happens if the loop is terminated because of an exception?</blockquote>

Or <b>break</b> or <b>return</b>.]]></description>
        

        <pubDate>Fri, 19 Jan 2007 13:02:27 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 13:02:27 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 13:02:27 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote>Or better yet, someone could write a class that implements Iterable that takes a filename as a parameter for it's constructor, opens the file when you begin iteration, and closes it when iteration is complete.<br><br>Then the programmer could...]]></description>
        

        <pubDate>Fri, 19 Jan 2007 12:38:47 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 12:38:47 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 12:38:47 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>Niklas Therning</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Re: closures... bad for maintainers??</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=43898</link>

        

        
            <description><![CDATA[<blockquote><blockquote><blockquote>There are "elegant" syntaxes that coders love and maintainers cannot make head or tail of; the ternary conditional is always cited as an example of this, and I personally think closures are another....]]></description>
        

        <pubDate>Fri, 19 Jan 2007 12:32:17 -0500</pubDate>

        

        <jf:creationDate>Fri, 19 Jan 2007 12:32:17 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jan 2007 12:32:17 -0500</jf:modificationDate>
        <jf:date>Jan 19, 2007</jf:date>
        <jf:author>James Watson</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>



</channel>
</rss>

