From: gavino on
http://golang.org/doc/go_lang_faq.html
From: dickd on
On Jan 1, 12:36 pm, gavino <gavcom...(a)gmail.com> wrote:
> http://golang.org/doc/go_lang_faq.html

Thanks for that pointer ... fascinating goals.
From: Donal K. Fellows on
On 1 Jan, 20:36, gavino <gavcom...(a)gmail.com> wrote:
> http://golang.org/doc/go_lang_faq.html

Reminds me of the pi-calculus. Cross-bred with C. No time at the
present to experiment with it in depth.

Donal.
From: Gerald W. Lester on
gavino wrote:
> http://golang.org/doc/go_lang_faq.html

Read previous thread on related topic.


--
+------------------------------------------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
From: Thomas MENEZ on
On 1 jan, 21:36, gavino <gavcom...(a)gmail.com> wrote:
> http://golang.org/doc/go_lang_faq.html

1. I gave up makefiles and all the fuss some time ago.

I don't like compilations and all the troubles they bring.
Compilation always end up in wasting time as apps grow.

2. To conceive a universal language that combines the advantages of
other languages is somewhat a lure.

You can have best of those worlds but who prefers the fake to the
original ?
What's wrong with combining several languages and use the
appropriate one wherever needed ? Tcl/C satisfies my needs.

3. I don't like the steps google.com is taking regarding privacy,
etc...

4. Who said it'll remain 'free' ? google wants to make money.

5. Statically typed efficient and safe ? In specific apps yes,
generally overkill...

....