On Sat, 25 Sep 2010, Farfouille wrote:

>
> That said, I believe that improving productivity of developers is part of 
> the solution.
>
> How can it be done ?
>
> Short answer : by using language of higher level than C or C++.
>
> Which one ? : Java, D, Vala.
>
> Why these ? because they provide :
> - garbage collectors (or some sort of for Vala) which eliminate the 1st 
> source of bugs in C/C++ (dangling pointers & memory leaks)
> - object oriented programming (C++ also) and GNU/Linux is full of objects 
> (Gobject in Gnome, Kobject in linux driver model, etc)

I think it is not so simple. There is no magic language that allows to
write programs quickly without any bugs. All languages have different
advantages, are adapted for different tasks, and usually everybody will
disagree on which one is the best ...

Reply via email to