Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-03 Thread Scott David Daniels
Tom Anderson wrote: > On Fri, 2 Dec 2005, [EMAIL PROTECTED] wrote: > >> Dave Hansen wrote: >> >>> TAB characters are evil. They should be banned from Python source >>> code. The interpreter should stop translation of code and throw an >>> exception when one is encountered. Seriously. At least

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-03 Thread Tom Anderson
On Fri, 2 Dec 2005, [EMAIL PROTECTED] wrote: > Dave Hansen wrote: > >> TAB characters are evil. They should be banned from Python source >> code. The interpreter should stop translation of code and throw an >> exception when one is encountered. Seriously. At least, I'm serious >> when I say

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread Inyeol Lee
On Fri, Dec 02, 2005 at 09:45:10PM +0100, Gerhard H�ring wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Micah Elliott wrote: > > On Dec 02, Dave Hansen wrote: > > > >>Python recognizes the TAB character as valid indentation. TAB > >>characters are evil. They should be banned from

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread Simon Brunning
On 12/2/05, Dave Hansen <[EMAIL PROTECTED]> wrote: > FWIW, indentation scoping one one of the features that _attracted_ me > to Python. +1 QOTW OK, it's a bit of a cliche. But it's a cliche because it's *true*. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ --

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread Gerhard Häring
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Elliott wrote: > On Dec 02, Dave Hansen wrote: > >>Python recognizes the TAB character as valid indentation. TAB >>characters are evil. They should be banned from Python source code. > > AGREE! AGREE! AGREE! > >>The interpreter should sto

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread Micah Elliott
On Dec 02, Dave Hansen wrote: > Python recognizes the TAB character as valid indentation. TAB > characters are evil. They should be banned from Python source code. AGREE! AGREE! AGREE! > The interpreter should stop translation of code and throw an > exception when one is encountered. You co

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread Tony Nelson
In article <[EMAIL PROTECTED]>, Dave Hansen <[EMAIL PROTECTED]> wrote: > On 2 Dec 2005 10:08:21 -0800 in comp.lang.python, [EMAIL PROTECTED] > wrote: > > >Here it is again... Python bypassed/discounted because, of all things, > >scoping by indentation!?!? > > > >This used to surprise me. Until

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread [EMAIL PROTECTED]
You're not alone. The first thing I do after installing an IDE or programmers editor is to change the configuration to use spaces as identantion. I still don't get why there is still people using real tabs as indentation. -- Paulo Dave Hansen wrote: > On 2 Dec 2005 10:08:21 -0800 in comp.lang.py

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread Dave Hansen
On 2 Dec 2005 10:08:21 -0800 in comp.lang.python, [EMAIL PROTECTED] wrote: >Here it is again... Python bypassed/discounted because, of all things, >scoping by indentation!?!? > >This used to surprise me. Until I hear more and more otherwise >reasonable programmers list this as their number one r

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread Paul Boddie
[EMAIL PROTECTED] wrote: > Here it is again... Python bypassed/discounted because, of all things, > scoping by indentation!?!? [...] > Could the PyPy people find some way (I don't how) to eliminate this > stumbling block going forward?? No: I believe they could only eliminate it "going backward

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-02 Thread JohnBMudd
Here it is again... Python bypassed/discounted because, of all things, scoping by indentation!?!? This used to surprise me. Until I hear more and more otherwise reasonable programmers list this as their number one reason for shunning Python. I gauge design defects by how much after market discu

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-01 Thread Bengt Richter
On Wed, 30 Nov 2005 20:53:50 -0500, [EMAIL PROTECTED] wrote: >Please trim replies... ; ) > Not quite so far ;-) Regards, Bengt Richter -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-01 Thread [EMAIL PROTECTED]
> Maybe trying Python requires less time :-) Yes. Maybe if I tried python instead of perl, probably there would be no Dao language :). However there is one thing I don't like in python, that is, scoping by indentation. But it would not annoy me so much that make me decide to implement a new langua

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-01 Thread bearophileHUGS
>From "An Introduction to Dao": >So I realized the goodness of scripting languages, and spent about two weeks >to write some Perl scripts to retrieve informa- tion from GO and construct the >DAG. But that experience with Perl was not very nice, because of its >complicated syntax. Then I started

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-12-01 Thread [EMAIL PROTECTED]
The best way to compare Dao with Python in detail would be, join a SF project PLEAC, and provide solutions in Dao to those common programming problems listed in Perl Cookbook(by Tom Christiansen & Nathan Torkington, published by O'Reilly). The solutions in Python is there, when solutions in Dao wou

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-11-30 Thread sszmidt
Please trim replies... ; ) -- Steve -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Dao Language v.0.9.6-beta is release!

2005-11-29 Thread Colin J. Williams
[EMAIL PROTECTED] wrote: > Dear all, > > This is just to let you know that the lastest version Dao language is > released. > This Dao was previously called Tao, and now is changed to Dao to avoid > confusion > with another Tao langauge. There are a number of new features > implemented in > this ve

<    1   2