Viewing profile — nathany
nathany
HN member- Joined
- Tue, Aug 14, 2012, 6:33 PM UTC
- HN karma
- 273
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About nathany
Recent public activity
-
comment
Comment #48948586
First impressions of the Odin programming language.
- story
-
comment
Comment #18022130
Get Programming with Go is a beginner's guide to the Go programming language containing 32 quick lessons with plenty of fun exercises and silly gopher illustrations. It's now avail…
- story
- story
-
comment
Comment #12300112
You can read through this thread to see what people want to work on for Go 1.8. https://groups.google.com/forum/#!topic/golang-dev/098vr4999...
-
comment
Comment #12300088
Yup, and you can always rename vendor/ to _vendor/ if you want to ignore them temporarily.
-
comment
Comment #12300049
(afaik) He retired around the Go 1.0 release, though he showed up as unixken on reddit during a Go Ask Me Anything. https://www.reddit.com/r/golang/comments/46bd5h/ama_we_are_t...
-
comment
Comment #12300012
Until you have users. :-P For one example, check this comparison: https://dockyard.com/blog/2016/08/09/phoenix-channels-vs-rai...
-
comment
Comment #12299995
The only problem is that you need to maintain and enhance that MVP for the next several years -- unless it's just a hackathon. I've spent way too much of my life trying to optimize…
-
comment
Comment #12295854
There was also the matter of figuring out llvm in order to use it. The initial Go compiler was based on the Plan 9 C compiler toolchain, which the designers of Go know well. One of…
-
comment
Comment #12294645
You can read through this thread to see what people want to work on for Go 1.8. https://groups.google.com/forum/#!topic/golang-dev/098vr4999...
-
comment
Comment #12294640
There are active discussions on the Go Package Management mailing list and the intention to propose further improvements to the go toolchain for future releases. We had good discus…
- story
- story
-
comment
Comment #11122465
If it works in Go 1.5.3 but not Go 1.6, definitely consider filing an issue. https://github.com/golang/go/blob/master/CONTRIBUTING.md
-
comment
Comment #11122452
The SSA branch is for a future version of Go, possibly Go 1.7.
-
comment
Comment #11122017
404 when clicking this link.
-
comment
Comment #11122004
There is a Go AMA on reddit for the next 24 hours. https://www.reddit.com/r/golang/comments/46bd5h/ama_we_are_t...
-
comment
Comment #10757023
Go 1.6 beta1 and Apple's new HTTP/2 push notification service both were released today. What timing!
- story
-
comment
Comment #10756949
I've begun work on a Go 1.6+ APN library that uses HTTP/2. You can find it here: https://github.com/RobotsAndPencils/buford
-
comment
Comment #10417704
This article is an excerpt from Learn Go, a beginner's guide to Go, that I am writing with Manning Publications. I'm targeting people with some experience with a scripting language…
- story
-
comment
Comment #10395855
If you are new to Go and statically compiled languages in general, I've been working on a book to introduce you to Go. The first two chapters are now available through Manning. Use…