TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why Go gets criticized so much

122 点作者 jorgecastillo大约 9 年前

45 条评论

sievebrain大约 9 年前
I don&#x27;t hate Go. I do strongly dislike posts with clickbaity titles that have an admission the title is wrong in the very first sentence.<p>The rest of the article is little better. It can be summed up in one line: <i>People who dislike Go are upset because they incorporated their favourite programming language into their identity, and the success of Go challenges their own choices</i>.<p>Although I don&#x27;t hate Go, I also don&#x27;t like Go much, but it&#x27;s not because it challenges my identity. I am not a Haskell or Scala programmer. I&#x27;ve used a whole bunch of languages in recent years, none of which are especially clever. I dislike Go because I agree with the criticisms of it and I&#x27;m afraid I might end up having to maintain code written in it one day. That wouldn&#x27;t be much fun.<p>Fortunately, so far I&#x27;ve been able to avoid maintaining PHP or COBOL so hopefully my luck will hold and I&#x27;ll be able to dodge Go too.
评论 #11457847 未加载
评论 #11454876 未加载
评论 #11455272 未加载
评论 #11454914 未加载
评论 #11455000 未加载
评论 #11454823 未加载
评论 #11454813 未加载
评论 #11455271 未加载
评论 #11455057 未加载
Lewisham大约 9 年前
Disclaimer: I work at El Goog.<p>I recently moved teams so that I could use Go exclusively. It&#x27;s often been said that Go solves the problems Google developers have, and it&#x27;s 110% true. It&#x27;s much easier to get things working, and it&#x27;s much easier to write things like Protocol Buffers. But the key for me is that Go isn&#x27;t fun in the sense of &quot;wow, I&#x27;m so smart that I managed to one line this thing&quot;, it&#x27;s fun in the &quot;wow I read this code and I can understand what&#x27;s happening and hack on it to do something else.&quot;<p>I&#x27;ve worked on teams with monolithic Java code, and it&#x27;s nigh-on impossible to understand what&#x27;s happening and where you are in the logic flow. I don&#x27;t have that problem in Go. I even delve into the standard libraries to see how the original Go devs did something, and I both understand it and think it looks like code I would have written too. I never get that feeling from any other language, where I feel like the standard libs are written by hyper-intelligent aliens.<p>When I exclaimed this internally, I got the sarky comment &quot;It&#x27;s almost as if the things Go leaves out makes it easier&quot;. And that&#x27;s the core of it. Would I like generics? Sure; I do miss map(). But that&#x27;s it.<p>Go is opinionated. People that don&#x27;t like Go don&#x27;t share the opinion. That&#x27;s OK. It&#x27;s taken me a long time to realize there is no One True Language that can do everything (it was soon after steveklabnik said something along the lines of &quot;I don&#x27;t know why you&#x27;d want to write a web app in Rust&quot;). Once you get there, you won&#x27;t hate Go anymore, nor indeed any other language.<p>Apart from C++. Screw that ;)
评论 #11455458 未加载
评论 #11455412 未加载
评论 #11455423 未加载
评论 #11455505 未加载
评论 #11455428 未加载
评论 #11455682 未加载
评论 #11455417 未加载
评论 #11455403 未加载
评论 #11455389 未加载
评论 #11455917 未加载
gizmo大约 9 年前
I think there is a better explanation for why people dislike Go. All programming languages currently used for the web have gigantic downsides. They&#x27;re slow. They have terrible package management. They have poor standard libraries. They have no static typing. They have no visual debuggers. They have no good IDE support. They don&#x27;t integrate well with frontend code. Some programming languages are more flawed than others, and no programming language fails on every front, but they&#x27;re all pretty objectively terrible.<p>Then Google announces Go. A cross-platform systems programming languages for high quality web services. That sounds great! I can&#x27;t wait to see what Google came up with.<p>So when people saw Go disappointment set in. It has some great properties, but the language is not expressive. So Go web frameworks (like Revel) generate Go code at compile time to get the dynamic parts working. Just like we did in the 70s to work around C&#x27;s shortcomings. Want a container for a specific type? Code generation! It&#x27;s so clumsy. The lack of exceptions makes writing correct code really tedious. A web service is not a device driver where every edge case has to be carefully considered. Bailing out with an exception is fine. Go disagrees.<p>I think the disappointment in what Go <i>could have been</i> explains the vocal dislike. There are only a few companies in the world that can create a new programming language and ensure it becomes popular. Don&#x27;t get me wrong. Go isn&#x27;t a bad language. It&#x27;s just not the language that will push the web forward, and Google was in a unique position to create a programming language that would.
评论 #11455006 未加载
评论 #11455473 未加载
评论 #11455135 未加载
评论 #11455094 未加载
评论 #11455049 未加载
评论 #11455131 未加载
评论 #11454954 未加载
评论 #11455355 未加载
评论 #11455199 未加载
pjc50大约 9 年前
<i>People who dislike X are upset because they incorporated their favourite Y into their identity, and the success of X challenges their own choices.</i><p>True for football teams, political parties, games consoles, superhero franchises, religions, food choices, colour schemes, preferred spelling variants, ...
评论 #11454939 未加载
Kutta大约 9 年前
Poor post. One of the worst thing you can do in a debate is to psychoanalyze your opponents, ascribe their stances to some sort of personality trait, and ignore the object level. More mundanely, it&#x27;s just ad hominem, &quot;haters gonna hate&quot;.<p>What little object-level substance is to this post is laughable. Basically: since Go doesn&#x27;t have modern language features but it&#x27;s evidently popular and works, all the people who like modern features are upset since it turns out the modern features aren&#x27;t needed, after all. Half irrelevant, half assertion out of blue air.
评论 #11455617 未加载
tomp大约 9 年前
It&#x27;s so easy to dismiss legitimate criticism of <i>any</i> issue as &quot;hate&quot; and &quot;people are emotional&quot; and &quot;their identity is threatened&quot;.<p>At the end of the day, there <i>is</i> legitimate criticism of Go, just as there <i>are</i> legitimate advantages of using Go. As an additional fact, Go&#x27;s core developers (and some users) have repetedly been dismissive of this criticism.
评论 #11454980 未加载
xg15大约 9 年前
I haven&#x27;t used go so far and much of its criticism might be overblown - but to be honest, that article made me immediately dislike the author.<p>The basic argument of the article is that &quot;People who dislike Go are upset because they incorporated their favourite programming language into their identity, and the success of Go challenges their own choices&quot;.<p>That can be summed up as &quot;People who dislike Go do so because they have been hurt psychologically&quot;.<p>Apart from being disrespectful to the community of other languages, this basically makes it impossible to give a counter-argument: Whatever kind of argument you bring, in the end you would simply add support to the author&#x27;s theory because, in fact, you <i>have</i> been trying to criticise the language, so you must be hurt. I don&#x27;t see how that contributes to a fruitful discussion.
woodcut大约 9 年前
I&#x27;ve been working in Go now for over a year and its honestly made my day-to-day life as a software engineer enjoyable. What gets me down about working in this industry is toiling away on products only to never see them released or being frustrated by absurd compile times, poorly tested components and abstract cathedral architectures. I worked on large C++ projects for around 7 years and i don&#x27;t care for another flame war about curly brackets or which reimagining of a string is more ascetic. I also worked in Ocaml and some Erlang and yeah while great in principle they lacked the out-the-box tooling and standardisation of practice that I absolutely love about Go.<p>If someone creates a ML variant with a day-to-day experience as clarified as Go then I will gladly jump on board.
评论 #11455789 未加载
评论 #11455926 未加载
EugeneOZ大约 9 年前
Article didn&#x27;t convince me to think following arguments are wrong:<p>* Go is a language stuck in the 70’s.<p>* Go ignores 40 years of programming language research.<p>I tried to use Go and was shocked how they can use it without package manager, without generics, with so brittle concept of channels, with executable comments in code and with so authoritative model of taking decisions about language evolution.<p>So I still think criticism of Go is valid and authors are still deaf to it.
评论 #11455367 未加载
评论 #11455752 未加载
jd3大约 9 年前
``Go is not meant to innovate programming theory. It’s meant to innovate programming practice.&quot; – Samuel Tesla<p><a href="http:&#x2F;&#x2F;go-lang.cat-v.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;go-lang.cat-v.org&#x2F;</a><p>And as usual, <a href="http:&#x2F;&#x2F;9front.org&#x2F;who&#x2F;uriel&#x2F;" rel="nofollow">http:&#x2F;&#x2F;9front.org&#x2F;who&#x2F;uriel&#x2F;</a>
评论 #11454862 未加载
评论 #11454891 未加载
anonyfox大约 9 年前
Go itself is a cool tool. Crosscompiling stuff, a great standard library, nice toolkits like gorilla and marshalling from&#x2F;to structs&#x2F;json&#x2F;xml comes in handy for small everyday tasks and the primitive imperative style combined with easy-to-use goroutines and quite good performance ... together its a very great tool.<p>But I just can&#x27;t stand the &quot;the go way!&quot; people who defend every fault the language itself has with this mantra. I use go sparingly for small scripts and little services, but would never <i>ever</i> use it for big projects. Yes, for programming rookies in a team its very easy to get started to make valuable contributions, but I for myself just want a more adult language with rich expressiveness and actual static typing (interface{} vs. generics <i>sigh</i>). I understand Go as a &quot;compiled PHP&quot; with all the pros&#x2F;cons one would associate, and accept that it aims to be a &quot;C as it should be&quot;.<p>I do not hate Go in any way, I use it when appropriate.<p>(PS: I recently realized for myself that Rust will be the ultimate game changer, just give it a few months&#x2F;years to grow mindshare organically. It&#x27;s everything but a beginner language, though.)
评论 #11455681 未加载
kazinator大约 9 年前
&gt; <i>Go is the only recent language that takes the aforementioned 40 years of programming language research and tosses it out the window [ ... ] no pattern matching, there’s no borrowing, there’s no pure functional programming, there’s no immutable variables, there’s no option types, there’s no exceptions, there’s no classes, there’s no generics.</i><p>Some of this stuff is quite a bit older than 40 years. That only brings us back to 1976. Exceptions are around mid 1960&#x27;s or so (PL&#x2F;I, Lisp). Functional programming, Lisp again, 1958. (Java-like) OOP Classes? At least as far back as Simula-67. Simula-67 is where C++ gets &quot;virtual&quot; from.
rdtsc大约 9 年前
It is a bit more nuanced. Go&#x27;s dislike is a function of how vigorous the hype for it was vs. how much it actually delivers + a few other things. In general I see it as this function:<p><pre><code> def dislike(hype, results, community, usage): ... </code></pre> Note the usage, if technology is not used, it won&#x27;t be disliked. So dislike is a good sign sometimes. Community attitude matters, how are creators and developers treating others, how are well are docs presented, but also how mature and behaved are the advocates of the technology. That is something creators can&#x27;t necessarily control.<p>Other hyped technology is&#x2F;was node.js. I&#x27;ve heard people say crazy things about, it is the best technology, everyone should drop everything and join the winning team etc etc, async programming is the future and if you are still using threads you are stuck in the past and so on. So it was hyped quite a bit. And then it would have been ok, if it actually delivered, if packages weren&#x27;t broken and half-assed, if servers under load actually didn&#x27;t crash and so on. If people who used it where a bit more mature, if there wasn&#x27;t drama at every step and so on. So it ended up disliked quite a bit.<p>PostgreSQL is hyped, people are saying this is the end and all database and so on. But it is not disliked, and the reason is it actually delivers results. It handles JSON blobs, it does other things right, it doesn&#x27;t catch on fire, doesn&#x27;t throw your data to &#x2F;dev&#x2F;null. So it not disliked.<p>As for Go, I haven&#x27;t used Go, so I don&#x27;t have much of a comment, but noticed an interesting nuance with how some technologies just happen to be disliked while others, even if hyped are ok.
jganetsk大约 9 年前
I&#x27;m one of these ML-derived ideologues this article disparages. I hate Go precisely because of the reasons outlined in this article. In my perspective, OCaml and occupies mainly the same niche that Go does (same balance between high-level and low-level, same skepticism of the object oriented orthodoxy, etc). OCaml is a much better language than Go for so many reasons that I will not go into here.<p>I&#x27;m also a Googler. Rather than inventing Go, if Google instead would have made OCaml its &quot;Go&quot;, the world would be a better place than it is today. If the same tooling were built around OCaml, with some problems of its implementation fixed (multicore&#x2F;parallelism, etc), there would be no complaints.
dudul大约 9 年前
Couldn&#x27;t this argument be made about all languages? People into dynamically typed languages would have statically typed languages for the same &quot;don&#x27;t touch my identity!&quot; reason.<p>I personally don&#x27;t &quot;hate&quot; go. To be honest, I have barely read 20 lines of go ever. But I do not like the idea of a language <i>specifically</i> designed to limit my possibilities. I want to keep seeing &quot;programming&quot; as an art and a creative activity. Not as a factory-like process where there is only one way to do thing, all developers are inter-changeable, etc.<p>I <i>get</i> why it&#x27;s interesting for big corpos like Google. I just don&#x27;t have to <i>like</i> it :)
评论 #11455360 未加载
alexandrerond大约 9 年前
Seems most people don&#x27;t understand that Golang is filling a niche that was not covered by anyone: fast, type safe, portable, memory-managed, simple.<p>Every language sucks at something. Switching from Ruby&#x2F;Python to Golang feels like losing magic powers, yes, but some problems are better tackled without that magic and type safety comes as a plus.<p>Ruby&#x2F;Python&#x2F;C&#x2F;Java&#x2F;Scala&#x2F;Erlang&#x2F;Elixir&#x2F;JS&#x2F;Haskell&#x2F;Lisp&#x2F;Clojure&#x2F;Rust all have different niches. We should really get over it.
Touche大约 9 年前
&gt; Go is the only recent language that takes the aforementioned 40 years of programming language research and tosses it out the window.<p>&gt; The mere existence of Go says “your views on what makes a good programming language are wrong”.<p>As someone that dislikes Go, that&#x27;s not it. It&#x27;s because Go doesn&#x27;t &quot;own&quot; the fact that it thrown language research out the window.<p>If Go advocates waved their imperative programming flag proudly I would just ignore the language completely.
spriggan3大约 9 年前
I don&#x27;t hate Go. I think the language is half what it could have been if designed more carefully. I don&#x27;t doubt Go designers skills, I just think they just stopped half way for various reasons. Which makes Go a bit frustrating.<p>However, I hate the Go community, which doesn&#x27;t hesitate to humiliate people trying to use language in unconventional ways (Martini...) and mock people that come with a valid criticism of the language (rigid type system, lack of dynamic linking, package management...).<p>So good language despite its flaws, horrible community. Now is it useful? It&#x27;d be like asking if Python is useful despite its flaws, yet Python has a great community unlike Go.
评论 #11457310 未加载
fixermark大约 9 年前
&quot;Go actively tries not to. There is no pattern matching, there’s no borrowing, there’s no pure functional programming, there’s no immutable variables, there’s no option types, there’s no exceptions, there’s no classes, there’s no generics…. there’s a lot Go doesn’t have.&quot;<p>But one of the things it does have is users. It&#x27;s almost like language popularity is strangely orthogonal to that laundry-list of ideas that the language theory community have invested a great deal of time in. I&#x27;d hypothesize that for someone who is excited about those ideas seeing use (and therefore somewhat justifying the time invested in pursuing and polishing them), a language like Go skyrocketing in popularity relative to its age (<a href="http:&#x2F;&#x2F;www.infoworld.com&#x2F;article&#x2F;2981872&#x2F;application-development&#x2F;java-reigns-go-language-spikes-in-popularity.html" rel="nofollow">http:&#x2F;&#x2F;www.infoworld.com&#x2F;article&#x2F;2981872&#x2F;application-develop...</a>) --- a language that looks at decades of PhD thesis work and says &quot;tl;dr we have work to do over here&quot; --- must be downright infuriating.
pythonist大约 9 年前
Good points, and also correct answer. Identity is hard to question. But when you try Go without prejudice, it&#x27;s just fun (and productive) afterwards.
评论 #11455142 未加载
评论 #11454812 未加载
LeoNatan25大约 9 年前
Hate is a very strong word. I don&#x27;t see a point in &quot;hating&quot;. Strong dislike, however, I can see, and I think my reasons for not liking Go are &quot;Go ignores 40 years of programming language research&quot;, &quot;Go is a language for blue collar (mediocre) developers&quot; and &quot;that other people were falling for it.&quot; I guess I have a similar dislike for every technology which is primarily meant to make the life of the developer, rather than push the end product&#x27;s quality. I guess I have a dislike for this culture, that has been brewing in recent years, in general. But is that my &quot;identity&quot;? I don&#x27;t know. All I do when I see these types of technologies, is roll my eyes, and move on; it means I have to be more picky in my job picky when looking for jobs. People are taking this way too seriously.
评论 #11455992 未加载
jfaucett大约 9 年前
The gap between the premises and conclusion of this argument seems broad to me...<p>Here&#x27;s the summary: (leaving out some smaller arguments i.e. scala&#x2F;rust vs Go language philosophy)<p>1. Go challenges peoples identity.<p>2. Challenging peoples identity makes them respond emotionaly not logicaly.<p>3. Other people are being deceived into liking Go.<p>4. People become more vocal as they attempt to sway the deceived from their erroneous path.<p>5. (conclusion): Therefore, everyone criticizes Go so much.<p>Notice all the premises could be true, but they would not strongly imply the &quot;so much&quot; part i.e. &quot;a lot&quot;. It would just mean some people would respond more vocally&#x2F;emotionaly, certainly not everyone.<p>Anyway, I think there&#x27;s still some missing premise(s) which would explain why there is &quot;a lot of&quot; criticism for Go, if that is the case - I have no idea as I&#x27;m not involved with Go at all.<p>Anyone care to fill those in for me?
评论 #11455391 未加载
jrobn大约 9 年前
One of Go&#x27;s selling points is always it&#x27;s a pragmatic language. But after using it for awhile and implementing a few web apps and APIs in it. I&#x27;ve crossed it off my list for web app or API development. It&#x27;s great at making standalone CLI tools, however.<p>I&#x27;ve since moved to using Elixir (erlang) for web app stuff (even some scripts) and I am much happier. I&#x27;m not in love with Elixirs syntax, but it&#x27;s nice and includes meta programming. Elixir is a much more pragmatic language in my opinion. Once you use things like pattern matching (what could be more pragmatic) you can&#x27;t go back. Raw performance is nothing to write home about but in my use cases elixir does a great job of hitting the sweet spot.
评论 #11455354 未加载
评论 #11457248 未加载
tylermac1大约 9 年前
Note: This is from Oct &#x27;14
xlm1717大约 9 年前
&gt;Obviously, not everyone hates Go.<p>Well, at least the author saves me the time reading the rest of the article.
JulianMorrison大约 9 年前
Why would anyone think Go and Rust are bitter rivals? They&#x27;re great tools for different things, with a broad margin of overlap.
评论 #11454938 未加载
CyanLite2大约 9 年前
Go is one of the fastest runtimes out there, on nearly every platform, produces one clean static binary, fixes the concurrency&#x2F;async problem that makes other lanaguages so terrible to code in, and has one huge company backing it. But then they miss the boat on simple stuff like generics.<p>Everyone hates Go because it solves the problems that most other languages suffer from. And if they (Google) make a few improvements it would probably the The Killer Language of Choice out there. But instead they suffer from the elite smugness and won&#x27;t adapt.
评论 #11455751 未加载
k__大约 9 年前
I never used Go, but the main issues seemed to me that Google promised a C&#x2F;C++ alternative and failed. Instead they made a Ruby&#x2F;Node.js alternative.<p>I mean, telling C&#x2F;C++ devs GC is the hit and parametric polymorphism suck? What did they expect...<p>Don&#x27;t know if I&#x27;m right, but that&#x27;s the gist I got from all the comments and news about Go.
innocentoldguy大约 9 年前
While I agree with the premise of the article, I don&#x27;t think this is why I don&#x27;t use Go. I don&#x27;t hate Go, but I also don&#x27;t think it brings anything new or elegant to the party. Languages like Rust and Elixir are exciting to me. Go just feels like a rerun of everything I&#x27;ve done before.
f0code大约 9 年前
I&#x27;ve been using Go for several months and love it.<p>&quot;People shouldn&#x27;t like things I dislike.&quot; --waaaah
beyondns大约 9 年前
I like Go. I&#x27;ve little project <a href="https:&#x2F;&#x2F;github.com&#x2F;beyondns&#x2F;gotips" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;beyondns&#x2F;gotips</a> The essence of Go in some little piece of code:<p>select { case &lt;-time.After(queryTimeLimit): cancel() &lt;-done &#x2F;&#x2F; wait fmt.Printf(&quot;time out&quot;) case err :=&lt;- done: if err != nil { panic(err) }<p>}<p>&#x2F;&#x2F; <a href="https:&#x2F;&#x2F;github.com&#x2F;beyondns&#x2F;gotips&#x2F;blob&#x2F;master&#x2F;tips32.md#17---use-context-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;beyondns&#x2F;gotips&#x2F;blob&#x2F;master&#x2F;tips32.md#17-...</a>
agounaris大约 9 年前
I like functional languages but I strongly dislike their communities. Mainly because they treat everything like a nail... Golang on the other hand focuses on solving real problems not inventing things like metaisomorphic multipolymorphism etc...as always technology is fair! Go check out the &quot;real life&quot; projects in go and the adaptation they enjoy.
xigency大约 9 年前
I would say Go is a very unintuitive language. And not in an especially useful way.<p>Honestly, it comes across as a language designed by someone only incidentally aware of programming. This isn&#x27;t an argument, this is the first impression.<p>At the risk of sounding stupid, and not really having a say in the argument for or against Go, I will say I tried to learn how to program Go on my own by trying to &quot;guess&quot; how to write a program. (A time waster, I had seen code but mainly glossed over it.) The program I tried to write was &quot;Hello, World&quot; and the way I tried to guess was using the Go website&#x27;s sandbox.<p>The result: <a href="https:&#x2F;&#x2F;play.golang.org&#x2F;p&#x2F;oc-cxnjJiI" rel="nofollow">https:&#x2F;&#x2F;play.golang.org&#x2F;p&#x2F;oc-cxnjJiI</a> (Best case: <a href="https:&#x2F;&#x2F;play.golang.org&#x2F;p&#x2F;NJpwhLUPA_" rel="nofollow">https:&#x2F;&#x2F;play.golang.org&#x2F;p&#x2F;NJpwhLUPA_</a>)<p>I&#x27;m sure the same thing would happen trying to learn C++ from a compiler&#x27;s cryptic error messages, but C++ is not Go.<p>One thing I dislike about Go is the culture or lack-there-of surrounding it. Especially in the canonical Hello World example, which chooses to use Japanese&#x2F;Chinese language in an unnecessary way. A little presumptuous. Especially since it&#x27;s used in a one-off sort of way with no explanation.<p>I also think it&#x27;s interesting that it&#x27;s the survivor of the Go and Dart launches, when I never saw the purpose of Go when it was launched, compared to a special set of libraries for C.
jokoon大约 9 年前
There are many good things in go, but some very weird stuff too.<p>Good things are multiple return values, lack of semicolon, optional braces for if and for, insanely fast compile time.<p>Bad things are forced curly brace style, complicated function declaration syntax, variable declaration which is too different from C in my opinion (type after the variable name).<p>I&#x27;d honestly prefer a language which is even closer to C or C++ in its syntax, with native maps, sets, queues, tuples, etc (pythonic stuff) without necessarily having templates or inheritance. I put a lot of value in syntactic sugar over overblown abstract stuff. Using plain struct with data oriented programming will be more than enough in most of the cases.<p>We are still waiting for C++ modules, which obviously might be lagging because C++ has an ISO standard and a lot of existing code which involves backward compatibility, but I think we need a new language that could be faster to compile, just like go is.
评论 #11455152 未加载
Gonzih大约 9 年前
I did not like go until I tried it out on small pet project. Now I know how to enjoy it.
评论 #11455304 未加载
mwsherman大约 9 年前
Attributing a person’s preferences to identity is just ad hominem. That doesn’t even imply it’s wrong or mean-spirited; it just means that it’s “preferable” to talk about a person’s motives. Very Kahneman.
sargas大约 9 年前
If you replace &quot;Go&quot; with &quot;JavaScript&quot; the whole blog would also apply. Except there are way more JS lovers than Go lovers out there. And these two groups almost seem to never overlap.
amelius大约 9 年前
Offtopic: Can we please use &quot;GoLang&quot; for the language, so we can use &quot;Go&quot; unambiguously for the game?<p>Especially in titles, where there is little context.
评论 #11454795 未加载
评论 #11454802 未加载
评论 #11454903 未加载
评论 #11454778 未加载
评论 #11454785 未加载
nobullet大约 9 年前
I have a strong feeling that there is a marketing campaign going to promote Go. It is promoted so hard that it became annoying. :(
innocentoldguy大约 9 年前
The main problem with Go, and this is a deal breaker for me, is that it forces opening curly braces onto the same line, instead of putting them on a line by themselves. This is clearly wrong, and flies in the face of curly good taste.
评论 #11455312 未加载
评论 #11459323 未加载
评论 #11455363 未加载
dismal2大约 9 年前
why everyone loves clickbait
pacala大约 9 年前
ML is also simple, pragmatic and from the &#x27;70s.
zxcvcxz大约 9 年前
I like Go but I hate my self for it.
评论 #11455373 未加载
gepoch大约 9 年前
Very sorry to make an aesthetic complaint, and Raleway is a fine font for certain applications, but blogs that use low contrast fine raleway for the body text just kinda make me want to read something else.
GreaterFool大约 9 年前
I would burn Go with fire and salt the earth because it&#x27;s the bloody compiler will refuse to compile my valid code if I have unused imports or variables. It makes programming in Go a terrible experience and that&#x27;s why I won&#x27;t touch it.
评论 #11455061 未加载
评论 #11455335 未加载
评论 #11455092 未加载