On Wed, 5 Mar 2014 16:50:58 +0100
Alexander Rødseth <rodseth_AT_gmail.com> wrote:
> After Nuitka arrived (http://nuitka.net/), Python is also a "proper
> compiled language" (if it wasn't already, because of Shedskin
> http://code.google.com/p/shedskin/).
Benchmarks or it didn't happen. Python-compilers aren't a new thing,
and from what I have seen, they are horribly inefficient. If you design
a language without compilers in mind, compiling this language will turn
into a big mess.
> C that has been written without regard to whitespace is horrible to
> read. People should care about whitespace both for
> whitespace-sensitive and for whitespace-insensitive languages.
Or just leave it to the developer?
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Wed Mar 05 2014 - 15:05:15 CET