Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken URL to "Why Go's design is a disservice to intelligent programmers". #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ You're writing some code. And suddenly you understand you need something that la
- compilation rules are too confining
- designed for stupid people
- package mechanism is broken
+ http://nomad.so/2015/03/why-gos-design-is-a-disservice-to-intelligent-programmers/ (Gary Willoughby, 2015)
+ http://nomad.uk.net/articles/why-gos-design-is-a-disservice-to-intelligent-programmers.html (Gary Willoughby, 2015)
- too simple / lack of syntactic sugar
- no generics
- bad dependency management
Expand Down Expand Up @@ -220,7 +220,7 @@ It's a reverse complaints index, generated by https://github.com/ksimka/go-is-no
+ bad dependency management
- https://rule1.quora.com/Golang-Not-yet (Jordan Zimmerman 2014)
- https://kaushalsubedi.com/blog/2015/11/10/golang-sucks-heres-why/ (Kaushal Subedi 2015)
- http://nomad.so/2015/03/why-gos-design-is-a-disservice-to-intelligent-programmers/ (Gary Willoughby 2015)
- http://nomad.uk.net/articles/why-gos-design-is-a-disservice-to-intelligent-programmers.html (Gary Willoughby 2015)
- https://medium.com/@rgausnet/3-reasons-why-go-isnt-the-perfect-language-yet-25e0da5ec04c (Ryan Gaus 2016)
+ bad unicode support
- http://ridiculousfish.com/blog/posts/go_bloviations.html (ridiculousfish 2012)
Expand Down Expand Up @@ -354,7 +354,7 @@ It's a reverse complaints index, generated by https://github.com/ksimka/go-is-no
- http://www.yinwang.org/blog-cn/2014/04/18/golang (Wang Yin 2014)
- https://www.upguard.com/blog/our-experience-with-golang (Mark Sheahan 2014)
- https://kaushalsubedi.com/blog/2015/11/10/golang-sucks-heres-why/ (Kaushal Subedi 2015)
- http://nomad.so/2015/03/why-gos-design-is-a-disservice-to-intelligent-programmers/ (Gary Willoughby 2015)
- http://nomad.uk.net/articles/why-gos-design-is-a-disservice-to-intelligent-programmers.html (Gary Willoughby 2015)
- http://blog.goodstuff.im/golang (David Pollak 2015)
- https://www.teamten.com/lawrence/writings/why-i-dont-like-go.html (Lawrence Kesteloot 2016)
- http://sitr.us/2017/02/21/changes-i-would-make-to-go.html (Jesse Hallett 2017)
Expand Down Expand Up @@ -424,7 +424,7 @@ It's a reverse complaints index, generated by https://github.com/ksimka/go-is-no
- https://cowlark.com/2009-11-15-go/ (David Given 2009)
- https://uberpython.wordpress.com/2012/09/23/why-im-not-leaving-python-for-go/ (Yuval Greenfield 2012)
- http://www.darkcoding.net/software/go-lang-after-four-months/ (Graham King 2012)
- http://nomad.so/2015/03/why-gos-design-is-a-disservice-to-intelligent-programmers/ (Gary Willoughby 2015)
- http://nomad.uk.net/articles/why-gos-design-is-a-disservice-to-intelligent-programmers.html (Gary Willoughby 2015)
- http://blog.goodstuff.im/golang (David Pollak 2015)
+ stuck in Unix thinking
- http://www.yinwang.org/blog-cn/2014/04/18/golang (Wang Yin 2014)
Expand All @@ -440,7 +440,7 @@ It's a reverse complaints index, generated by https://github.com/ksimka/go-is-no
- https://grimoire.ca/dev/go (Owen Jacobson 2018)
+ too simple / lack of syntactic sugar
- https://cowlark.com/2009-11-15-go/ (David Given 2009)
- http://nomad.so/2015/03/why-gos-design-is-a-disservice-to-intelligent-programmers/ (Gary Willoughby 2015)
- http://nomad.uk.net/articles/why-gos-design-is-a-disservice-to-intelligent-programmers.html (Gary Willoughby 2015)
- http://blog.goodstuff.im/golang (David Pollak 2015)
+ too verbose
- http://tmikov.blogspot.com/2015/02/you-dont-like-googles-go-because-you.html (Tzvetan Mikov 2015)
Expand Down
2 changes: 1 addition & 1 deletion entries.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"no `map`/`reduce`/`filter`"
]
},{
"URL": "http://nomad.so/2015/03/why-gos-design-is-a-disservice-to-intelligent-programmers/",
"URL": "http://nomad.uk.net/articles/why-gos-design-is-a-disservice-to-intelligent-programmers.html",
"Author": "Gary Willoughby",
"Year": 2015,
"Complaints":[
Expand Down