Boris Borcic wrote:
>> Boris Borcic <[EMAIL PROTECTED]> wrote:
>>     
>> [snip..]
> I am just saying :
>
> (1) be aware that "reversible source to source transforms" means that 
> language 
> differences can *EFFECTIVELY* be made invisible - turned to purely private 
> choices (in the sense of "because there exists perfect automatic two-way 
> translation between equivalent languages", *NOT* "because we don't exchange 
> code 
> written in incompatible languages").
>
> (2) of course that frame limits language differences, but nevertheless it 
> relaxes that limit relative to the current situation of "no differences", and 
> please don't write it off without any effort to evaluate its possibilities.
>
>   
Something similar to your suggestions are already possible through third 
part extensions like EasyExtend or Logix. (Effectively implementing a 
separate compiler.)

Readability (one way to do it...) are a central part of the Python 
philosophy. This philosophy means that it is important that code written 
by one developer should be readable by others.

Your suggestions have little to no chance of making it into the core 
Python distribution.

All the best,


Michael Foord
http://www.voidspace.org.uk/python/index.shtml

> Regards, BB
> --
> 666 ? - 666 ~ .666 ~  1 - 1/3  ~  2/3  ~ tertium non datur ~ the excluded 
> middle
>              ~ "either with us, or against us"
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: 
> http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk
>
>   

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to