From: Dimiter "malkia" Stanev
Subject: Signs of the world coming to an end - The Boostafarian XSMELL
Date: 
Message-ID: <f03e24b4-f04a-421a-a554-c2c66debc5f7@n7g2000prc.googlegroups.com>
http://www.gamedev.net/community/forums/topic.asp?topic_id=539056

using namespace xsmell;

document doc =
    _
    <html>_
        <head>_
            <title>"XSMELL demo"<!title>_
        <!head>_
        <body>_
            <p>"Yesssssssssssssssss!"<!p>_
            <img .src("chucknorris.png") .alt("sneezing eyes open")>_
<!img>_
        <!body>_
    <!html>
    _;

std::cout << doc << '\n';

From: Slobodan Blazeski
Subject: Re: Signs of the world coming to an end - The Boostafarian XSMELL
Date: 
Message-ID: <833407e9-a836-4f2e-987c-5dfefe7ed77d@g20g2000vba.googlegroups.com>
On Jun 25, 5:05 pm, "Dimiter \"malkia\" Stanev" <······@gmail.com>
wrote:
> http://www.gamedev.net/community/forums/topic.asp?topic_id=539056
>
> using namespace xsmell;
>
> document doc =
>     _
>     <html>_
>         <head>_
>             <title>"XSMELL demo"<!title>_
>         <!head>_
>         <body>_
>             <p>"Yesssssssssssssssss!"<!p>_
>             <img .src("chucknorris.png") .alt("sneezing eyes open")>_
> <!img>_
>         <!body>_
>     <!html>
>     _;
>
> std::cout << doc << '\n';

You should nominate it for Greenspuns' award.

bobi
From: Dimiter "malkia" Stanev
Subject: Re: Signs of the world coming to an end - The Boostafarian XSMELL
Date: 
Message-ID: <h21k82$mlk$1@malkia.motzarella.org>
Slobodan Blazeski wrote:
> On Jun 25, 5:05 pm, "Dimiter \"malkia\" Stanev" <······@gmail.com>
> wrote:
>> http://www.gamedev.net/community/forums/topic.asp?topic_id=539056
>>
>> using namespace xsmell;
>>
>> document doc =
>>     _
>>     <html>_
>>         <head>_
>>             <title>"XSMELL demo"<!title>_
>>         <!head>_
>>         <body>_
>>             <p>"Yesssssssssssssssss!"<!p>_
>>             <img .src("chucknorris.png") .alt("sneezing eyes open")>_
>> <!img>_
>>         <!body>_
>>     <!html>
>>     _;
>>
>> std::cout << doc << '\n';
> 
> You should nominate it for Greenspuns' award.
> 
> bobi

I dunno whether they would understood me, and reason #42 why learning 
Lisp is cool - "You learn everything about Greenspunning" :) - terrible 
joke aside, but a lot of C++ folks would feel empowered if they were 
able to achieve what xsmell did, and the source code is real small (well 
it uses boost, but you boost soon to be part of the standard - blabla 
blabla blabla).

Honestly I just don't have the nerve to learn C++ as a real gentlemen 
should.