On 11/15/09, frederic <fdubois76_AT_gmail.com> wrote:
> So now Java 7 isn't the perfect programming language any less?
>
c was not perfect
but probably it's still the simplisticst language to program a ram machine
go is safe and nice: the common mistakes of c programs can be avoided
in exchange it gives more control to the vibe-coder (does not have the
simplistic mental model of pointer arithmetic or c strings nor macros) and
sacrifices some efficiency to have a few higher level language
features (gc, interface, string, map, package, init, defer, closure..)
as a bonus it has multi tasking support (go, chan, select), good
library support and stricter semantics
Received on Sun Nov 15 2009 - 11:43:46 UTC
This archive was generated by hypermail 2.2.0 : Sun Nov 15 2009 - 11:48:09 UTC