Re: [dev] [OT]: Go programming language

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Sun, 15 Nov 2009 12:43:46 +0100

On 11/15/09, frederic <fdubois76_AT_gmail.com> wrote:
> So now C isn't the perfect programming language any more?
>

c was not perfect
but probably it's still the simplest language to program a ram machine

go is safe and nice: the common mistakes of c programs can be avoided
in exchange it gives less control to the programmer (does not have the
simple 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