September 25, 2008
bearophile Wrote:

> D1 + Tango with a different Python-inspired syntax; close to my ideal language:
> 
> http://delight.sourceforge.net/
> 
> There are just few things I don't like, but they are generally minor, and maybe the author can change some of them still.
> 
> Bye,
> bearophile

So -- this is like a preprocessor for D??  :->


September 25, 2008
"Paul D. Anderson" <paul.d.removethis.anderson@comcast.andthis.net> wrote in message news:gbh5dn$knc$1@digitalmars.com...
> bearophile Wrote:
>
>> D1 + Tango with a different Python-inspired syntax; close to my ideal language:
>>
>> http://delight.sourceforge.net/
>>
>> There are just few things I don't like, but they are generally minor, and maybe the author can change some of them still.
>>
>> Bye,
>> bearophile
>
> So -- this is like a preprocessor for D??  :->
>

You know, the irony I see with this language is that I've personally been very tempted to write a preprocessor for Python that gives it C-style (or maybe Basic/Perl-style) scope blocks (instead of indentation) and manditory explicit variable declarations.