I don't know where you get your "experience" from but you could've just 
said something like "Go is not for me" or "I don't like Go". Otherwise, 
your post is what looks silly.

-- alex

On Saturday, June 15, 2013 8:15:54 PM UTC+2, Jeff Schnitzer wrote:
>
> I finally have some significant hands-on experience with Go (not on GAE). 
> It's definitely an improvement over C or C++, and seems "about right" for 
> building things you would otherwise write in C or C++.
>
> On the other hand, it seems like a poor platform for building large 
> complicated web applications:
>
>  * The module system is fairly primitive and doesn't take versioning into 
> account.
>
>  * No exceptions. This (and the "debate" around it) is just silly.
>
>  * Bringing back the distinction between stack objects and heap 
> references. It seems like this could be a potential boon to performance, 
> but according to http://benchmarksgame.alioth.debian.org/ it doesn't 
> appear to yet be the case. Probably this is due to Go's poor GC (and Java's 
> highly-refined GC), which may change in the future. But you pay for this 
> distinction in terms of code complexity up front.
>
>  * The IDEs are still pretty primitive. Go seems to have inherited VT100 
> text-editor culture, which is sad. See this comment from Rob Pike: "Syntax 
> highlighting is juvenile." (
> https://groups.google.com/d/msg/golang-nuts/hJHCAaiL0so/kG3BHV6QFfIJ). 
> This is retarded, and makes me wonder what other stupidity is getting 
> encoded into the language/culture/tools (besides the lack of exceptions).
>
> It's pretty obvious that Go comes from old-school C hacker culture - 
> people that have probably never worked on webapps. So don't expect Go to be 
> suitable for writing webapps.
>
> Jeff
>
> On Fri, Jun 14, 2013 at 9:47 AM, Tom <t...@malcolmson.ca <javascript:>>wrote:
>
>> I saw the new blog post here promoting Go for "high performance" apps on 
>> App Engine
>> http://blog.golang.org/go-and-google-cloud-platform
>>
>> I remember reading about Go with considerable interest when it was 
>> announced.  The controversial and particularly unique elements of Go's 
>> design were justified with the explanation that Go was designed for 
>> building massive systems.  In particular a number of design concessions 
>> were made such that massive code base could be built quickly.  
>>
>> I don't mean to put Go down - I wasn't building massive systems so I 
>> didn't pursue the language and know nothing of it beyond its high level 
>> design justification.  For all I know it is a great language.
>>
>> My point in making this post is that I hope Google will, with time, also 
>> support C-based languages for web serving on GAE, rather than requiring the 
>> vast number of us who already know them so well to learn a new language 
>> that was designed for such a different purpose.
>>
>> I will add that I'm currently using GAE/J to back an Android app, and the 
>> ability to share code between client and server is terrific, so I think 
>> there is a lot of value in adding new GAE runtimes that correspond to 
>> client technologies.
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-appengi...@googlegroups.com <javascript:>.
>> To post to this group, send email to 
>> google-a...@googlegroups.com<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to